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: 2 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 (about 5 years ago)
- Default Branch: master
- Last Pushed: 2024-11-15T08:56:51.000Z (about 1 month ago)
- Last Synced: 2024-11-15T09:45:14.681Z (about 1 month ago)
- Topics: react, react-hooks, react-hooks-demo, typescript
- Language: TypeScript
- Size: 803 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 9
-
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`