Exercises as part of a React workshop
$ git clone https://github.com/mzabriskie/react-workshop.git
$ cd react-workshop
$ npm install
$ npm start
$ open http://127.0.0.1:8080
See the excercises live here:
- Exercise 1 - Components
- Exercise 2 - Props
- Exercise 3 - Styles
- Exercise 4 - Composing Components
- Exercise 5 - State
- Exercise 6 - Fetching Data
- Exercise 7 - React Router
MIT