Refactoring with Redux Toolkit
Improve your code with Redux Toolkit, an essential package for any Redux application. Learn the most common methods, including createSlice a
StartKey Concepts
Review core concepts you need to learn to master this subject
Redux Toolkit
Installing Redux Toolkit
createSlice()
Options Object
“Mutable” Code with createSlice()
Slices with createSlice()
Create store
with configureStore()
Redux Toolkit
Redux Toolkit
Redux Toolkit, also known as the @reduxjs/redux-toolkit
package, contains packages and functions that are essential for building a Redux app. Redux Toolkit simplifies most Redux tasks like setting up the store, creating reducers and performing immutable updates.
The Redux Toolkit
Lesson 1 of 1
How you'll master it
Stress-test your knowledge with quizzes that help commit syntax to memory