https://github.com/danielrohers/react-context-reducer
A global store implementation with react context API, useReducer and other hooks
https://github.com/danielrohers/react-context-reducer
context hooks react redux usereducer
Last synced: about 2 months ago
JSON representation
A global store implementation with react context API, useReducer and other hooks
- Host: GitHub
- URL: https://github.com/danielrohers/react-context-reducer
- Owner: danielrohers
- Created: 2019-12-02T23:40:49.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-05T02:11:13.000Z (over 2 years ago)
- Last Synced: 2025-03-24T09:21:38.426Z (3 months ago)
- Topics: context, hooks, react, redux, usereducer
- Language: JavaScript
- Homepage: https://react-context-reducer.now.sh
- Size: 4.59 MB
- Stars: 8
- Watchers: 2
- Forks: 0
- Open Issues: 23
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# React Context Reducer
[](https://david-dm.org/danielrohers/react-context-reducer)
[](https://david-dm.org/danielrohers/react-context-reducer#info=devDependencies)This project contains a global store inspired by [Redux](https://redux.js.org/) **but purely React** using [Context API](https://reactjs.org/docs/context.html), [useReducer](https://reactjs.org/docs/hooks-reference.html#usereducer) and other [hooks](https://reactjs.org/docs/hooks-intro.html) purely React using Context API, Reducers and other hooks.
Support for [redux-tools](https://github.com/zalmoxisus/redux-devtools-extension)