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

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/

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
```