Describe use cases for useMemo() and useReducer()
reducer - function that takes a current state, and action, and then returns a new state - continuously until you are left with a single return
const reducer = (state, action) => newState;
Which 3 things had you heard about previously and now have better clarity on?
Which 3 things are you hoping to learn more about in the upcoming lecture/demo?
What are you most excited about trying to implement or see how it works?