react-redux-universal-hot-example
react-redux-universal-hot-example copied to clipboard
Multiple Storage Options
As we moved to cookie storage we have limitations now with cookies to store large data for the offline purpose. Can we work on multiple storage options like we can whitelist some reducers in one storage example LocalForage and some reducers in CookieStorage. Any inputs on this can really help.