React "Hooks" at a Glance
Implementation of the new react feature "Hooks". Available react version - React v16.8.0-alpha.1.
- Only call Hooks at the top level
- Only call Hooks from React function component
Read more Hooks on React docs 👏
For development, you will only need Node.js installed on your environement.
Node is really easy to install & now include NPM. You should be able to run the following command after the installation procedure below.
$ git clone https://github.com/HasiniWijerathna/React-Hooks.git
$ cd Hooks
$ npm install
$ npm start
$ npm run build