reading-notes

Reading Notes

View the Project on GitHub simon-panek/reading-notes

Code 401: Class 42 - React Native


Questions

  1. Compare and Contrast Redux Toolkit with Redux “Ducks” Ducks is a method of modularizing React reducers, actions, and action types. Redux Toolkit is a package that intends to reduce some of the React boilerplate and be a standard way to write Redux logic.

  2. What is the principle advantage of Redux Toolkit Reduction in boilerplate and access to Redux middleware

Vocabulary

Read: Getting Started with React Native

Read: React Native Basics

Read: React Native

Read: Expo

Read: Expo Snack

Read: Ejecting


Return to reading-notes Deployed Site

Return to reading-notes Mark Down