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