course
React: Redux Toolkit
4 students
Course updated
24 July 2023
Included in the course
7 lessons (video or text)
Assistance in Discussions on the website
Access to other courses of the our platform
What you'll learn
- Create easily maintained front-end applications
- Effectively organize data and access to data inside the storage
- Automate HTTP requests via createAsyncThunk
Description
Redux Toolkit is the React team's official library for connecting to Redux. It includes many additional mechanisms that simplify and speed up development. Moreover, slices significantly reduce the amount of code compared to using plain Redux.
Course program
Estimated time: 2 hours
-
6
Extra Reducers
Learning about `extraReducers` mechanism for reacting to actions from other slices -
8
Do it yourself
Some additional tasks to help you consolidate the theory you've learned -
9
Additional resources
Some materials the Hexlet team have picked up. This will give you a more in-depth understanding of the topic