Pushing data to moralis in React Js

Hello, I am fairly new to React and apis. I have been looking into the cloud functions as well as how to push data to the server. In the documentation, I can only find Vanilla Js to push data. Is it possible to add those functions into the cloud functions and push data by including what variables to push? I have been trying to figure out how to add specific varibles into a specific table within the moralis database. I believe the useMoralis() Hook is a way to push data from within the react script which I would rather do but I can’t get this to work.

maybe these links will help you: