https://github.com/johnny-quesada-developer/react-global-state-hooks-example
https://github.com/johnny-quesada-developer/react-global-state-hooks-example
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/johnny-quesada-developer/react-global-state-hooks-example
- Owner: johnny-quesada-developer
- License: mit
- Created: 2023-02-17T17:08:14.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2025-03-10T14:59:30.000Z (about 1 year ago)
- Last Synced: 2025-03-10T15:44:22.884Z (about 1 year ago)
- Language: TypeScript
- Size: 9.57 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
### Welcome
This project is intended to be an example of some of the ways to use **react-global-state-hooks**...
Between the examples you could also find the same case scenarios using the Context API from React which allows you to compare the two approaches and see the benefits of using **react-global-state-hooks**.
## How to start?
Just Run in the terminal
```
yarn start
```
For seen a running example of the hooks, you can check the following link: [react-global-state-hooks-example](https://johnny-quesada-developer.github.io/react-global-state-hooks-example/)