Completed
User component
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Pagination in React Tutorial with React Query and Hooks Examples
Automatically move to the next video in the Classroom when playback concludes
- 1 Intro
- 2 Welcome
- 3 Installing dependencies
- 4 Tutorial Pace
- 5 Begin Example #1: Axios
- 6 React hooks only, Basic API
- 7 Post component
- 8 useEffect
- 9 Complete Example1 component
- 10 Check Example #1 functionality
- 11 Begin Example #2
- 12 User component
- 13 More useful API data
- 14 Axios instance #2
- 15 Example #2 imports
- 16 React Query: useQuery
- 17 React Query: isPreviousData and keepPreviousData
- 18 More Example2 component
- 19 PageButton component
- 20 Example2 JSX
- 21 Example #2 functionality
- 22 Change next & previous to first & last
- 23 Test the new functions