React router redirect after action redux
I’m using react-redux
and react-router
. I need to redirect after an action is dispatched.
I’m using react-redux
and react-router
. I need to redirect after an action is dispatched.
I am wondering how folks using Redux are approaching their backend persistence. Particularly, are you storing the “actions” in a database or are you only storing the last known state of the application?