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
- Host: GitHub
- URL: https://github.com/mbrsagor/react-hooks
- Owner: mbrsagor
- Created: 2020-11-01T18:37:08.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-07-17T15:12:51.000Z (almost 5 years ago)
- Last Synced: 2025-01-12T13:25:24.665Z (over 1 year ago)
- Topics: hooks, hooks-api-react, react-hooks, reactjs
- Language: JavaScript
- Homepage:
- Size: 30.1 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.