# 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.

Latest version **0.1.0** (published 2017-01-01) · MIT license · 0 weekly downloads

## Install

```sh
npm install rxsc-redux-compat
pnpm add rxsc-redux-compat
yarn add rxsc-redux-compat
bun add rxsc-redux-compat
```

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support; pre 1.0.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 0.1.0 |
| Published | 2017-01-01 |
| First published | 2017-01-01 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 4 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Author | CH Lohmander |
| Maintainers | lohmander |

## Links

- npm: https://www.npmjs.com/package/rxsc-redux-compat
- Repository: https://github.com/lohmander/rxsc-redux
- Homepage: https://github.com/lohmander/rxsc-redux#readme
- Issues: https://github.com/lohmander/rxsc-redux/issues
- npm.io page: https://npm.io/package/rxsc-redux-compat

## Dependencies (4)

- [rxjs](https://npm.io/package/rxjs.md) ^5.0.2
- [rxsc](https://npm.io/package/rxsc.md) >=0.2.0
- [redux](https://npm.io/package/redux.md) ^3.6.0
- [symbol-observable](https://npm.io/package/symbol-observable.md) ^1.0.4

## Recent versions

- 0.1.0 (latest) — 2017-01-01

## README

# 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

```sh
$ npm install --save rxsc-redux-compat
```

With yarn

```sh
$ yarn add rxsc-redux-compat
```

## Usage

> Obviously you don't wanna use this in production.

```javascript
import { createMirroredReduxStore } from 'rxsc-redux-compat';
import devToolsEnhancer from 'remote-redux-devtools';
import container from './container';


createMirroredReduxStore(container, devToolsEnhancer());
```

---
_Source: https://npm.io/package/rxsc-redux-compat · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
