npm.io
18.5.2 • Published 8 years ago

cx-redux

Licence
SEE LICENSE IN LICENSE.md
Version
18.5.2
Deps
0
Size
9 kB
Vulns
0
Weekly
10

cx-redux

This package contains helper classes required to replace standard CxJS data store with Redux.

Installation

npm install cx-redux --save

Usage

Set the application to use a Redux powered store.

import { createStore, ReduxStoreView } from "cx-redux";
import reducer from "./reducers";

const reduxStore = createStore(reducer);
const store = new ReduxStoreView();
Examples

Please visit Cx Redux Examples to see this package in action.