indexiatech / redux-immutablejs

Redux Immutable facilities.
BSD 3-Clause "New" or "Revised" License
685 stars 36 forks source link

Is this still needed? #22

Closed rclai closed 8 years ago

rclai commented 8 years ago

According to redux-immutable:

As of Redux@3+, you don't need to use redux-immutable to use Immutable.js. See http://stackoverflow.com/a/31899857/368691.

ansonkao commented 8 years ago

@rclai what was your conclusion? Is redux-immatablejs indeed obsolete with Redux 3+?

rclai commented 8 years ago

It is not obsolete, this is only needed for a specific Immutable use case that I can't explain right now.

I was able to get Immutable to work in Redux without it, however, my whole state object is a plain object with values as Immutables. Originally I wanted to use this to make my entire state be an Immutable when you combineReducers, but then realized I didn't really have to do that.