rt2zz / redux-persist-transform-immutable

immutable support for redux-persist
112 stars 42 forks source link

Normalizr-immutable #7

Open mschipperheyn opened 8 years ago

mschipperheyn commented 8 years ago

Hi, we're starting to implement redux-persist. We just released this library Normalizr-immutable that basically converts a javascript object to a normalized structure using Records, Lists and Maps and converts it back to the original in-going Js object (in that sense it is different from Normalizr).

So, we are wondering if we should try to implement redux-persist-transform-immutable or just take the persisted js object and run it through normalizr-immutable and then populate the reducer.

Do you see any advantages in one over the other method?