React Redux preview
Notes:
1. With reducers in place, Redux will know how to make changes to the store when actions are dispatched. In a moderately complex app, you’ll usually have many different reducers that are each responsible for their own “slice” of the store state.