🚨 Shai-Hulud Strikes Again:834 Packages Compromised.Technical Analysis →
Socket
Book a DemoInstallSign in
Socket

cx-redux

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cx-redux

CxJS Redux integration

latest
npmnpm
Version
18.5.2
Version published
Maintainers
1
Created
Source

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.

FAQs

Package last updated on 10 May 2018

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts