Completed
Add refetch to useAxios
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Use Axios with React Hooks for Async-Await Requests
Automatically move to the next video in the Classroom when playback concludes
- 1 Intro
- 2 Welcome
- 3 Install Axios
- 4 useAxios hook
- 5 Request Config
- 6 useAxios continued
- 7 AbortController - not isMounted
- 8 useAxios completed
- 9 Create an Axios instance
- 10 Joke component
- 11 Testing useAxios
- 12 Add refetch to useAxios
- 13 Testing refetch
- 14 useAxios vs useAxiosFunction
- 15 useAxiosFunction
- 16 Create a 2nd Axios instance
- 17 Posts component
- 18 Quick debug
- 19 Testing useAxiosFunction