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

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

Awesome Lists containing this project

README

        

# React Context Reducer

[![Dependency Status](https://david-dm.org/danielrohers/react-context-reducer.svg)](https://david-dm.org/danielrohers/react-context-reducer)
[![devDependency Status](https://david-dm.org/danielrohers/react-context-reducer/dev-status.svg)](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)