1.0.10 • Published 7 years ago

redux-cube-with-immutable v1.0.10

Weekly downloads
4
License
MIT
Repository
github
Last release
7 years ago

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() {
    // ...
  }
}
1.0.10

7 years ago

1.0.9

7 years ago

1.0.8

7 years ago

1.0.7

7 years ago

1.0.6

7 years ago

1.0.5

7 years ago

1.0.4

7 years ago

1.0.3

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago