We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bit of a noob question but I'm trying to clear part of the app state and the persist store when the user logs out (clear the user-specific app state)
I can't quite seem to translate the advice here: https://stackoverflow.com/questions/35622588/how-to-reset-the-state-of-a-redux-store into the context of this project's /src/redux/create.js
Any advice would be greatly appreciated.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Bit of a noob question but I'm trying to clear part of the app state and the persist store when the user logs out (clear the user-specific app state)
I can't quite seem to translate the advice here: https://stackoverflow.com/questions/35622588/how-to-reset-the-state-of-a-redux-store into the context of this project's /src/redux/create.js
Any advice would be greatly appreciated.
The text was updated successfully, but these errors were encountered: