Slide 2
Slide 2 text
Analogies
• Ac$ons = Controller
• Whenever you want something to happen dispatch an ac$on
• Just like when you would call the controller
• Reducer = Model (kind of)
• Reducers hold the current state of the applica$on
• Also decides what to do when you call the ac$on
• in MVC you might have a model with the method setName(),