Compare and Contrast Redux Toolkit with Redux “Ducks” toolkit simplifies some of the basic actions most systems need (including the tools to monitor state). Ducks looks more like a database schema that adheres to similar logic to redux, wit hsome naming conventions
What is the principle advantage of Redux Toolkit simple at the start, allowing for more agile initial deployment
redux toolkit slices - A function that accepts an initial state, an object full of reducer functions, and a “slice name”, and automatically generates action creators and action types that correspond to the reducers and state. a built in function that takes an object to generate actions tied to state.
namespace - not in JS by default. providing scope to identifiers, holding data naming to prevent collisions
Which 3 things had you heard about previously and now have better clarity on? redux, linked lists, stacks Which 3 things are you hoping to learn more about in the upcoming lecture/demo? toolkit, native, expo? What are you most excited about trying to implement or see how it works? sticking with a site structure so I can build out the details a little more