This repo contains material for a basic intro to React and its associated tools.
Agenda:
- intro
- 01-minimal-react-app
- 02-jsx-and-babel
- 03-webpack
- 04-create-react-app
- 05-components-and-props
- 06-state
- 07-lifecycle-methods
- 08-handling-events
- 09-test-with-jest
- 10-redux
- 11-react-redux
- 12-now
git clone https://github.com/mcmunder/react-intro.gitcd presentation
npm install
npm start
cd ..For each of the points in the agenda you can checkout a corresponding branch that contains the code discussed. For example: git checkout 04-create-react-app.