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

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

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/)