redux-immutable icon indicating copy to clipboard operation
redux-immutable copied to clipboard

redux-immutable is used to create an equivalent function of Redux combineReducers that works with Immutable.js state.

Results 10 redux-immutable issues
Sort by recently updated
recently updated
newest added

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...

question

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`...

question

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...

question

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...

question

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"...

question

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...

enhancement
question

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...

question

Hey, is it planned to release the latest changes to NPM?