- Use react-redux for dispatching messages to redux
- Know how to use mapDispatchToProps
- Learn the professional way to organize action code in a redux app
- Day 18
- react-redux
- Project - https://github.com/AustinCodingAcademy/advanced-redux-actions-practice
- Work through actions practice and discuss the concepts
- Make sure you can recognize what is missing if anything. Reducers, actions, containers
- What is missing to get redux setup for use in index.js
- What is missing in /reducers/index.js
- react-redux checklist
- https://github.com/AustinCodingAcademy/advanced-redux-fetch-practice