InterviewSolution
Saved Bookmarks
| 1. |
How Axios works in React Native? |
|
Answer» With the help of Axios, the user can send GET, POST, PUT, and DELETE REQUESTS to the REST API and render a response to the application. With the help of Axios, users can interact with the REST API. In general, Axios is a promise-based HTTP client which used by the react-native. Axios is associated with a number of features which are enlisted below:
Using POST method. axios.post('/login', { |
|