Version: 1.0.x
cleanup()
function that dispatches an action to delete the state from redux store. useful when you dont want to persist the state when component unmounted.
function is provided by use-redux-states
function that dispatches an action to delete the state from redux store. useful when you dont want to persist the state when component unmounted.
function is provided by use-redux-states
Example
#