Skip to content
This repository has been archived by the owner on Jan 27, 2021. It is now read-only.

Immutablejs support #9

Closed
kovcic opened this issue Mar 30, 2018 · 1 comment
Closed

Immutablejs support #9

kovcic opened this issue Mar 30, 2018 · 1 comment

Comments

@kovcic
Copy link

kovcic commented Mar 30, 2018

I have entire state as immutable.js object. From what I have seen this lib doesn't support that case. Correct me if I'm wrong or share a tip if possible to use it that way. Thx

@mpeyper
Copy link
Contributor

mpeyper commented Mar 30, 2018

Hi @kovcic,

We have not explicitly tried to support immutablejs in this library. We have also not explicitly tried to prevent it from working.

From memory, Redux's combineReducers function does not work with the immutablejs structures, so that is likely the main reason preventing it from working (and all the other ways we merge and wrap the reducers).

I'm more than happy to look at a PR the adds support, or even to help with the changes.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants