rxsc-redux-compat

0.1.0 • Public • Published

rxsc-redux-compat

This RxSC addon creates a Redux store that mirrors the RxSC container, allowing you to use many of the available dev tools made for redux, perhaps most notably the Redux devtools.

Installation

With npm

$ npm install --save rxsc-redux-compat

With yarn

$ yarn add rxsc-redux-compat

Usage

Obviously you don't wanna use this in production.

import { createMirroredReduxStore } from 'rxsc-redux-compat';
import devToolsEnhancer from 'remote-redux-devtools';
import container from './container';
 
 
createMirroredReduxStore(container, devToolsEnhancer());

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.1.0
    1
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 0.1.0
    1

Package Sidebar

Install

npm i rxsc-redux-compat

Weekly Downloads

1

Version

0.1.0

License

MIT

Last publish

Collaborators

  • lohmander