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(),
for the en3re applica3on • Javascript object • Cannot be modified directly (read only and immutable) • Changes are made with actions • Predictable changes • Logged • Obvious