Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/guillaume-gomez/react-hook-context-reducer
An example of how to mix context + reducer hooks
https://github.com/guillaume-gomez/react-hook-context-reducer
react react-hooks react-hooks-demo typescript
Last synced: 24 days ago
JSON representation
An example of how to mix context + reducer hooks
- Host: GitHub
- URL: https://github.com/guillaume-gomez/react-hook-context-reducer
- Owner: guillaume-gomez
- Created: 2019-11-23T17:40:13.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2024-09-21T06:12:03.000Z (about 2 months ago)
- Last Synced: 2024-10-03T11:21:45.949Z (about 1 month ago)
- Topics: react, react-hooks, react-hooks-demo, typescript
- Language: TypeScript
- Size: 624 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## React hook example
The purpose of this repository is to show how to mix `useReducer` + `useContext` to mimic react redux :)feel free to create an issue if my version is outdated or incomplete :)
## run
`yarn start`