Completed
Intro
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
React Forms with Redux & RTK Query - MERN Stack Tutorial
Automatically move to the next video in the Classroom when playback concludes
- 1 Intro
- 2 Welcome
- 3 Suggested Pre-Requisites
- 4 Starter Code
- 5 User Stories Review
- 6 usersApiSlice CRUD mutations
- 7 notesApiSlice CRUD mutations
- 8 Routing the Form components
- 9 Config Roles
- 10 New User Form
- 11 Edit User component
- 12 Edit User Form
- 13 Start the backend REST API
- 14 Understanding Redux Subscriptions
- 15 Maintaining Subs with a Prefetch component
- 16 Redux Listeners and useQuery options
- 17 Add More Links
- 18 Starting the Note forms
- 19 Student Challenge