reset
Resets the whole store to its original state
Arguments
None
Returns
Nothing
Example
This example demonstrates how to use reset
to reset the store when the user logs out.
Tips
Just like any action, you have to dispatch
reset
for it to work
Last updated