Completed
Project dependencies
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
React Redux Toolkit Query Tutorial and RTK Query CRUD Example App
Automatically move to the next video in the Classroom when playback concludes
- 1 Intro
- 2 Welcome
- 3 Prerequisite knowledge
- 4 Project dependencies
- 5 React v18 index changes
- 6 JSON Server
- 7 App and TodoList components
- 8 Create an api slice
- 9 ApiProvider
- 10 Apply useGetTodosQuery in TodoList
- 11 Adding mutations to the slice
- 12 Apply mutation hooks in TodoList
- 13 Cached data
- 14 Tags, invalidating cache, and auto-refetching
- 15 Transforming the response