rt2zz / redux-persist

persist and rehydrate a redux store
MIT License
12.93k stars 865 forks source link

redux-persist code splitting. #1259

Open NhanHoang8195 opened 3 years ago

NhanHoang8195 commented 3 years ago

Hi, Thanks for great library. This is not a real issue, I open this because i want to share to anyone who cares about implement code-splitting with re how i handled code-splitting with redux-persist, and don't know where to share this.

Here is the repo: https://github.com/NhanHoang8195/react-training/tree/redux-persist

siarheipashkevich commented 3 years ago

@NhanHoang8195 do you try to include immer for your repo?