-
Hi Sir, I have created a form and the data is stored in console log. So sir tell me is there any api to submit data or fetch data. If there is any slim please send me the api url or else. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hi Aman, |
Beta Was this translation helpful? Give feedback.
Hi Aman,
To send and fetch data you will need an API, for your form submit data you will have to do a POST request on an API.
Check out this article https://webexpe.com/blog/how-to-make-api-call-in-react-using-fetch-and-axios/ this will help you understand how to make API calls in react.