React Native
Review, Research, and Discussion
- Compare and Contrast Redux Toolkit with Redux “Ducks”
- ducks is used to bundle the resources together, which makes the information that is bundled scalable.
- Toolkit is an optional piece, that is used to made Redux simpler to use and understand.
- What is the principle advantage of Redux Toolkit
- it was made by the people who made Redux, making it easier to understand.
Vocab
-
redux toolkit slices
- pieces of the information that you are trying to use with Redux.
-
namespace
- identification to refer to objects.