Q1 2016 Review of React and Flux: Concepts, Workflow, and Projects

Table of Contents

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

Author: Jason Walsh

j@wal.sh

Last Updated: 2024-10-30 16:43:54