- npx create-react-app mantras
- npm i redux react-redux
- actions:
- ADD_MANTRA
- reducer:
- default state:
[]
- default state:
- components directory
- list component
- unordered list
- leave blank for now
- or receive an array as a prop
- input component
- class
- should have state for the text in the input box
- list component
- containers directory
- MantraListContainer
- MantraFormContainer
- mapStateToProps
- mapDispatchToProps