0 votes
in Redux by
What are Redux's workflow features?

1 Answer

0 votes
by

Redux's workflow features are:

  1. Reset: Resetting the Store's state is possible.
  2. Revert: It is possible to revert or roll back to the previously committed state.
  3. Sweep: All disabled actions that we mistakenly fired will be deleted.
  4. Commit: The current state is set as the starting point.

Related questions

0 votes
asked Sep 29, 2022 in Logstash Elegant Paratrooper by SakshiSharma
0 votes
asked Sep 10, 2022 in Scala Constructs by Robin
...