Skip to content

HasiniWijerathna/React-Hooks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React-Hooks

React "Hooks" at a Glance :neckbeard:

Implementation of the new react feature "Hooks". Available react version - React v16.8.0-alpha.1.

Things need to know,

  • Only call Hooks at the top level
  • Only call Hooks from React function component

Read more Hooks on React docs 👏

Requirements

For development, you will only need Node.js installed on your environement.

Node

Node is really easy to install & now include NPM. You should be able to run the following command after the installation procedure below.

Install

$ git clone https://github.com/HasiniWijerathna/React-Hooks.git
$ cd Hooks
$ npm install

Start & watch

$ npm start

Simple build for production

$ npm run build

About

React "Hooks" at a Glance

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published