What’s the best practice for “pre-loading” data into the store (on application start) in a Redux application? useEffect() takes care of the lifecycle events on mount.
When using a thunk/async action that dispatches the actual action, which do you export from your reducer?
middleware - software that can effect or do something with data between two points. thunk - a library to build async-able calls in react redux in lifecycle events
Which 3 things had you heard about previously and now have better clarity on? thunk, redux, state Which 3 things are you hoping to learn more about in the upcoming lecture/demo? thunk, other libraries What are you most excited about trying to implement or see how it works? polishing the store foundation