My application is using the redux-offline package which has the ability to persist store. I came across this concept purge
which seems to reset states upon loading app.
My apps have a sign out function in which it makes sense to clean the localStorage/cache. I'm wondering if in this case I should use the purge concept or create an action that resets all reducers instead?