1.0.10 • Published 5 years ago

redux-cube-with-immutable v1.0.10

Weekly downloads
4
License
MIT
Repository
github
Last release
5 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

5 years ago

1.0.9

6 years ago

1.0.8

6 years ago

1.0.7

6 years ago

1.0.6

6 years ago

1.0.5

6 years ago

1.0.4

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago