cx-redux

18.5.2 • Public • Published

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.

Readme

Keywords

none

Package Sidebar

Install

npm i cx-redux

Weekly Downloads

10

Version

18.5.2

License

SEE LICENSE IN LICENSE.md

Unpacked Size

9.49 kB

Total Files

10

Last publish

Collaborators

  • mstijak