redux-cube-with-immutable

1.0.10 • Public • Published

redux-cube-with-immutable

< Back to Project WebCube

NPM Version

Nodei

redux-cube's pluggable module for redux-immutable

npm install --save redux-cube-with-immutable

NOTE: redux-cube-with-immutable cannot be used with redux-cube-with-persist

Get Started

// xxx/App.jsx
import { createApp } from 'redux-cube';
import withImmutable from 'redux-cube-with-immutable';
import withRouter from 'redux-cube-with-router';
 
@createApp(withImmutable(withRouter({
  reducers: {
    // ...
  },
  // ...
}))))
class SubApp extends PureComponent {
  render() {
    // ...
  }
}

/redux-cube-with-immutable/

    Package Sidebar

    Install

    npm i redux-cube-with-immutable

    Weekly Downloads

    2

    Version

    1.0.10

    License

    MIT

    Unpacked Size

    8.11 kB

    Total Files

    8

    Last publish

    Collaborators

    • dexteryy