https://github.com/rishichawda/globalstate-hook-example
Example repository for the article : https://rishikc.com/articles/managing-react-application-state-without-redux/
https://github.com/rishichawda/globalstate-hook-example
Last synced: about 1 year ago
JSON representation
Example repository for the article : https://rishikc.com/articles/managing-react-application-state-without-redux/
- Host: GitHub
- URL: https://github.com/rishichawda/globalstate-hook-example
- Owner: rishichawda
- License: mit
- Created: 2019-05-19T07:48:14.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2020-09-08T21:06:17.000Z (over 5 years ago)
- Last Synced: 2025-03-24T23:33:43.761Z (about 1 year ago)
- Language: JavaScript
- Homepage: https://rishikc.com/articles/managing-react-application-state-without-redux/
- Size: 799 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## global state hook example
Example repository for my article [Managing React application state - without using Redux!](https://rishikc.com/articles/managing-react-application-state-without-redux)
To setup and run locally,
```bash
git clone git@github.com:rishichawda/globalstate-hook-example.git
cd globalstate-hook-example
npm install
npm run start
```