Skip to content

mbrsagor/React-Hooks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React-Hooks

In the project, React Hooks using make a simple Counter application. Which uses useState, useEffect basic example. If you want to learn React Hooks you may follow the project. :)

Locally run the application

cd react-hook
yarn install
yarn start
If any kind of problem install SCSS you may follow the command

N:B: If you already have SCSS installed then you should run this command, otherwise you should run below command.

npm uninstall node-sass
npm install node-sass@4.14.1

If yarn is installed then you should run this command

yarn remove node-sass
yarn add node-sass@4.14.1

Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.

About

React.JS Hooks

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors