1.

What Are Redux Workflow Features?

Answer»

Reset:

Allow to reset the state of the store

Revert:

Roll back to the last COMMITTED state

Sweep:

All disabled actions that you might have fired by MISTAKE will be REMOVED

COMMIT:

It makes the current state the INITIAL state

Reset:

Allow to reset the state of the store

Revert:

Roll back to the last committed state

Sweep:

All disabled actions that you might have fired by mistake will be removed

Commit:

It makes the current state the initial state



Discussion

No Comment Found