This repo is contains the material for DevC Bali workshop. Please make sure you can run this repository first.
- Node installed
- NPM
- Git
- Javascript knowledge
First, install git and the LTS version of node. Then:
$ git clone https://github.com/budiharta21/revisit-react-js-with-hooks.git
$ cd revisit-react-js-with-hooks
$ npm install
$ npm start-
0.1-simple-componentMake a simple component "Hello World" -
0.2-react-component-with-stateMake a simple button and state -
0.3-set-state-and-styling-the-elementStyling element with CSS in JS