React API Integration - Different ways to use Axios, Fetch & React Query #01
https://codesandbox.io/s/strange-panini-hddk6
https://codesandbox.io/s/nostalgic-violet-49hs5?file=/src/App.js
In this video, we are talking about all possible ways to use Axios with react app
Like using hooks Axios get
using Axios to trigger HTTP post and put calls
Using Axios with promises
using Axios with async-await
using Axios with useEffect Hook
using fetch apis with promises
using fetch apis with async await
using react query library with Axios and fetch
We are covering all possible ways to call REST APIS from React App
HTTP GET , PUT, POT & DELETE calls using axios
Comments