reading-notes

React Native

Review, Research, and Discussion

  1. 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.
  2. What is the principle advantage of Redux Toolkit
    • it was made by the people who made Redux, making it easier to understand.

Vocab