- React / Redux
- Action Creators
- Provider
- connect
- MapStateToProps
- combineReducers
- React Router
TODOS:
- Create a store
- Have a property on our state called
cats
that points to an array of all of the cats - Have an action with the type of
FETCH_CATS
that will load up all of the cats - Connect that property into the Cats Index component so it can list out all of the pretty cats