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

https://github.com/vaibhawj/react-playground


https://github.com/vaibhawj/react-playground

customhooks react-hooks usecontext usereducer

Last synced: 3 months ago
JSON representation

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`