Q1 2016 Review of React and Flux: Concepts, Workflow, and Projects
Review
This is a Q1 2016 review of the state of React and Flux
Concepts
- uni-directional data flow
- stateless, reusable components
- state
- JSX
- virtual DOM
- MVC
Workflow
- directory layout
- build tools (Gulp and webpack
- mockup
- JSON (qua mock API)
- state
- Flux/Redux
Projects
cd ~/sandbox nvm use 10 npx create-react-app amplifyapp cd amplifyapp npm start