gajus / redux-immutable

redux-immutable is used to create an equivalent function of Redux combineReducers that works with Immutable.js state.
Other
1.88k stars 82 forks source link

Can you PR this into Redux? #45

Closed ninjasort closed 7 years ago

ninjasort commented 7 years ago

Is there a reason Redux wouldn't want to adopt this internally? Any chance it could be PRed into redux?

lsunsi commented 7 years ago

I think it doesn't make much sense for redux to adopt this internally because it's just an extension for a particular State type option. Redux is minimal and agnostic in almost everything it can be, so I think this is fine as a separate repo.