Skip to content

wfalkwallace/2015-02-13-React

 
 

Repository files navigation

React.js Workshop with Ryan Florence

You will need

git clone https://github.com/FrontendMasters/2015-02-13-React.git
cd 2015-02-13-React
npm install
npm start

Then visit http://localhost:8080.

This runs the webpack dev server, any changes you make to javascript files in excercises will cause the browser to reload live.

Links mentioned in the workshop

https://github.com/ryanflorence/react-training/blob/gh-pages/lessons/05-wrapping-dom-libs.md

http://react-router-mega-demo.herokuapp.com/

Excercises:

  • 1-your-first-component
  • 2-props
  • 3-events-and-state
  • 4-props-v-state
  • 5-flux
  • 6-routing
  • 7-migrating-to-react

About

Code excercises for React.js workshop with Ryan Florence

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 90.5%
  • HTML 7.3%
  • CSS 2.2%