Material for a hands-on ReactJS library.
Get project from GitHub, install dependencies and start server
$ git clone https://github.com/urrri/hands-on-react.git
$ cd hands-on-react
$ npm install
$ npm run dev
####step 1
- making a react simple component
- making a react component
- jsx basics
- components props
####step 2
- component lists
- props validation
- using dynamic class
####step 3
- using events
- using component state
- using dynamic local style
####step 4
- using Life-cycle events