Completed
Intro
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
React Query Tutorial for Beginners vs Redux, Axios with CRUD Example
Automatically move to the next video in the Classroom when playback concludes
- 1 Intro
- 2 Welcome
- 3 React Query vs Axios
- 4 React Query vs Redux
- 5 React Query vs RTK Query Part 1
- 6 Starter Code and Dependencies
- 7 index.js
- 8 Axios API instance and methods
- 9 Queries and Mutations
- 10 Applying a mutation
- 11 New item section
- 12 Conditional rendering values
- 13 JSON server
- 14 Checking the app
- 15 React Query Devtools
- 16 Update and delete mutations
- 17 Transform data with a selector
- 18 Final Verdict: React Query vs RTK Query