1.

What are the workflow features in Redux?

Answer»

The workflow features in Redux are as follows:

  • RESET: The state of the STORE is allowed to be reset.
  • Revert: Revert or Rollback to the last committed state is allowed.
  • Sweep: Every disabled action which we have fired unintentionally will be removed.
  • Commit: The current state is MADE the INITIAL state.


Discussion

No Comment Found