web-client-ui
web-client-ui copied to clipboard
Add redux reset action
We currently do not have a way to fully reset the redux state in DHE. We export the store already configured, so we would have to duplicate the createStore logic in DHE to fully reset redux.
We should add a root level reset that recreates the store. See this post for more insight