18.5.2 • Published 6 years ago

cx-redux v18.5.2

Weekly downloads
24
License
SEE LICENSE IN LI...
Repository
-
Last release
6 years ago

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.

18.5.2

6 years ago

18.5.1

6 years ago

18.5.0

6 years ago

17.5.0

7 years ago

17.4.0

7 years ago

16.12.0

7 years ago

16.11.0

8 years ago

16.10.0

8 years ago