React Redux Example Project with Redux Toolkit

React Redux Example Project with Redux Toolkit

Dave Gray via YouTube Direct link

Intro

1 of 31

1 of 31

Intro

Class Central Classrooms beta

YouTube playlists curated by Class Central.

Classroom Contents

React Redux Example Project with Redux Toolkit

Automatically move to the next video in the Classroom when playback concludes

  1. 1 Intro
  2. 2 Welcome
  3. 3 Prerequisite knowledge
  4. 4 Docs and Faster Pace
  5. 5 Starter Code
  6. 6 Create the posts slice
  7. 7 Add postsReducer to the store
  8. 8 PostsList component
  9. 9 Create a posts selector
  10. 10 Import PostsList into App.js
  11. 11 postAdded reducer function
  12. 12 Action creator functions are automatically generated
  13. 13 Immer.js is active in createSlice
  14. 14 AddPostForm component
  15. 15 Saving a New Post
  16. 16 Move state formatting to a prepare callback
  17. 17 Redux Devtools
  18. 18 Create a usersSlice
  19. 19 Import the usersReducer into the store
  20. 20 Modify the prepare callback in postsSlice
  21. 21 Modify the AddPostForm component
  22. 22 PostAuthor component
  23. 23 Import PostAuthor into PostsList
  24. 24 Install date-fns dependency
  25. 25 Handling date data in postsSlice
  26. 26 TimeAgo component
  27. 27 Import TimeAgo into PostsList
  28. 28 Display most recent post first
  29. 29 Adding reaction data to the postsSlice
  30. 30 ReactionButtons component
  31. 31 Import ReactionButtons into PostsList

Never Stop Learning.

Get personalized course recommendations, track subjects and courses with reminders, and more.

Someone learning on their laptop while sitting on the floor.