noderaider / redux-mux

Multiplexer for dispatch and getState of multiple redux stores.

Home Page:https://cchamberlain.github.io/redux-mux

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

redux-mux

NPM

Redux abstraction for working with multiple redux stores.

npm i -S redux-mux

Reason

When writing a redux library, there are sometimes use cases for using a separate store. One use case for this is if your redux library dispatches frequently, it would be pretty rude to the consumer of the library.

This project is in active development and is not ready for production use.

About

Multiplexer for dispatch and getState of multiple redux stores.

https://cchamberlain.github.io/redux-mux

License:MIT License


Languages

Language:JavaScript 100.0%