Completed
Creating a Redux slice
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
React Redux Toolkit Tutorial for Beginners - Learn Modern Redux
Automatically move to the next video in the Classroom when playback concludes
- 1 Intro
- 2 Welcome
- 3 Prerequisite knowledge
- 4 Redux vs Redux Toolkit
- 5 Project setup
- 6 Install Redux Toolkit
- 7 Creating a Redux store
- 8 Providing the global store state to the app
- 9 Creating a Redux slice
- 10 Adding a slice reducer to the Redux store
- 11 Dispatching actions in a component
- 12 Checking app functionality
- 13 Creating more slice actions
- 14 Applying the new actions in the component
- 15 Checking the new functionality