An open API service indexing awesome lists of open source software.

https://github.com/mbrsagor/react-hooks

React.JS Hooks
https://github.com/mbrsagor/react-hooks

hooks hooks-api-react react-hooks reactjs

Last synced: about 2 months ago
JSON representation

React.JS Hooks

Awesome Lists containing this project

README

          

# 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](http://localhost:3000) to view it in the browser.