https://github.com/vaibhawj/react-playground
https://github.com/vaibhawj/react-playground
customhooks react-hooks usecontext usereducer
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/vaibhawj/react-playground
- Owner: vaibhawj
- Created: 2020-10-26T17:05:08.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2020-10-27T12:58:00.000Z (over 4 years ago)
- Last Synced: 2025-01-29T19:26:35.198Z (4 months ago)
- Topics: customhooks, react-hooks, usecontext, usereducer
- Language: JavaScript
- Homepage:
- Size: 218 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# React Playground
The Feedback capturing app demos -
- State management (without third party libraries like redux) using **useState** and **useReducer** hooks for local and global states respectively.- Sharing state across components using **useContext** hook.
- And finally, a custom hook to abstract Feedback context
## Available Scripts
This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app).In the project directory, you can run:
`yarn start`
`yarn start:debug`