rt2zz / redux-persist

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

Performance issues caused by automatic persisting for each change? #1234

Closed fzyzcjy closed 3 years ago

fzyzcjy commented 4 years ago

HI thanks for the library! IMHO, this library persists onto disk for each change of the state tree. Therefore, IMHO that will cause a lot of computations and will be slow. I wonder how do you solve this problem in real apps? Or do I make something wrong? Thanks!

vovkasm commented 4 years ago

Did you seen throttle option in api.md?