Completed
UserPage component
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Redux Advanced Tutorial - React, Redux Toolkit, RTK Query Project
Automatically move to the next video in the Classroom when playback concludes
- 1 Intro
- 2 Welcome
- 3 Prerequisite knowledge
- 4 Starter Source Code
- 5 JSON Server
- 6 Create an api slice
- 7 Update postSlice to an extended api slice
- 8 getPosts endpoint method
- 9 Update the postsSlice selectors
- 10 Reconfigure the store
- 11 Update index.js
- 12 PostsList component
- 13 PostAuthor component
- 14 getPostsByUserId endpoint method
- 15 addNewPost endpoint method
- 16 updatePost endpoint method
- 17 deletePost endpoint method
- 18 Export the auto-generated hooks
- 19 AddPostForm component
- 20 EditPostForm component
- 21 UserPage component
- 22 Header component
- 23 Optimistic Updates for Reactions
- 24 ReactionButtons component
- 25 View Redux state cache and network requests with dev tools