In this video there is explanation about the use of AXIOS library in reactJS Application. AXIOS is very simple to use because of the below reasons:-
1. It has matching request methods like get(), post(), delete().
2. You do not need to set the headers, no need to convert text body to Json string.
3. It throws error like 400 and 500.
4. then method which is callback function gets the response.
what you find in this video -
1.how to use axios with react
2.how get and post API is called with axios library in reactjs
3.what is get method in axios
#axios #reactjs #react