Class 41 Notes
Review, Research, and Discussion
- Redux Toolkit is a lot more simplified than ducks. Ducks is like regular react-redux and requires functions to be exported as reducers.
- The principle advantage of the toolkit is that it makes it easier to write good Redux applications and it helps to speed up developement.
Terms
- Redux Toolkit Slices: Slices are parts of the overall state.
- Namespace: A space where specific actions can make changes to the state.