Skip to content

Latest commit

 

History

History
43 lines (28 loc) · 988 Bytes

README.md

File metadata and controls

43 lines (28 loc) · 988 Bytes

HANDS-ON REACT

Material for a hands-on ReactJS library.

Preparations

make sure git, node and npm are installed

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

Start here

####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