JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 286
  • Score
    100M100P100Q93302F
  • License MIT

Multiplexer for dispatch and getState of multiple redux stores.

Package Exports

  • redux-mux

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (redux-mux) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

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.