redux-immutable
redux-immutable copied to clipboard
redux-immutable is used to create an equivalent function of Redux combineReducers that works with Immutable.js state.
Hi, thanks for redux-immutable. I am trying to mix immutable reducer and classic reducer. I have tried to tweak the `combineReducer.js` like this : ```javascript if (inputState.withMutations) { return inputState.withMutations(function...
Hello, I am using `redux-immutable` with `TypeScript` and found this issue. The `combineReducer` (provided by `redux-immutable`) returns a plain object instead of `Immutable.Collection`. Such typing force me to do `state.sidebar`...
We are using without error `immutable-rc9` Should we bump the peer dependancy `"immutable": "^3.8.1 || ^4.0.0-rc.1",` `"immutable": "^3.8.1 || ^4.0.0-rc.9",`
As I can see in [https://medium.com/@fastphrase/practical-guide-to-using-immutablejs-with-redux-and-react-c5fd9c99c6b2](https://medium.com/@fastphrase/practical-guide-to-using-immutablejs-with-redux-and-react-c5fd9c99c6b2) It should be possible to use Record as `initialValue`, but using `combineReducers` I get an Error, if I use `Immutable.Record` instead of `Immutable.Map` in...
Hi guys, i'm trying implement redux immutable in my project but i got stuck at connect mapStateToProps because the state returned from redux is Map object from ImmutableJS and i...
Hi, This is not an issue but rather a question. I am trying to make redux-auth work with redux-immutable. There is an issue because redux-auth tries to access the "auth"...
Redux (and a lot of other React libs) have a ES2015 modules version of the build: https://github.com/reactjs/redux/blob/master/package.json#L24 This is really handy for tools like Rollup, since the `"module"` key in...
Loving the ReduxImmutable library and using it's implementation of `combineReducers` for my root state without problem. However, I have a node off the state tree called **forecast** which I'd like...
Thanks for creating and maintaining this package. Could you please remove sourcemap directives (`//# sourceMappingURL=index.js.map`) from compiled js files in `dist` directory. I'm using lots of packages in my project...
Hey, is it planned to release the latest changes to NPM?