mepawan / react-hooks-intro-implementation

react hooks intro implementation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Understanding React Hooks

In this code repository, we will be understanding how react hooks work

How to run?

  • Make sure Node, NPM are installed and are on the latest version

  • clone the repository with

      git clone https://github.com/shruthisagar/understanding-react-hooks.git
    
  • If using NPM as package manager install and run using:

      npm install
      npm start
    
  • If using yarn as package manager install and run using:

      yarn
      yarn start
    
  • Head out to the browser and then start playing around

About

react hooks intro implementation


Languages

Language:JavaScript 90.3%Language:HTML 6.1%Language:CSS 3.6%