rt2zz / redux-persist-immutable

Redux Persist Immutable
MIT License
114 stars 31 forks source link

Skip Immutable Transform #32

Closed BenGale closed 7 years ago

BenGale commented 7 years ago

Library will no longer add the immutable transform to your config transforms array if 'skipImmutableTransform' in config is true.

Discussion in #31.

BenGale commented 7 years ago

Just to add I've been running the fork with the suggested changes for a few days in our project now and it's working well. It's allowed just to create our own immutable transform to provide an extended transit instance too.

rt2zz commented 7 years ago

thanks! yes I think this makes sense