Skip to content

Latest commit

 

History

History
48 lines (38 loc) · 450 Bytes

readme.md

File metadata and controls

48 lines (38 loc) · 450 Bytes

Slides

cd slides
chrome index.html

React JS Walkthrough

cd walkthrough
npm install
npm run babel-loves-react
npm run react-without-jsx
npm run react-with-jsx
npm run props
npm run state-machines
npm run refs
npm run state-machines-es7
npm run pure-render
npm run stateless
npm run composing-stateless
npm run reuse
npm run mui

ALT JS

cd flux
npm install
npm run watch