indexiatech / redux-immutablejs

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

Allow custom rehydrate helper #2

Closed clkao closed 9 years ago

clkao commented 9 years ago

1 fixes simple case where fromJS would work. but for something more complicated it'd be helpful if createReducer can have a deserialize hook

clkao commented 9 years ago

In particular, if you have an OrderedSet and gets serialized/deserialized through universal routing, the thing you get back from the implicit fromJS is no longer OrderedSet.