rt2zz / redux-persist

persist and rehydrate a redux store
MIT License
12.94k stars 866 forks source link

Add option to control equality check in createPersistoid #1302

Open peterkuiper opened 3 years ago

peterkuiper commented 3 years ago

Currently, there is only a === check. In some cases you may want to do a deep comparison instead, as this will cause unnecessary updates. I could be misunderstanding what is happening here and there is a good reason for only doing ===.