redux-persist-transform-immutable icon indicating copy to clipboard operation
redux-persist-transform-immutable copied to clipboard

Normalizr-immutable

Open mschipperheyn opened this issue 9 years ago • 0 comments

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?

mschipperheyn avatar May 17 '16 19:05 mschipperheyn