Home
Recent Q&A
Java
Cloud
JavaScript
Python
SQL
PHP
HTML
C++
Data Science
DBMS
Devops
Hadoop
Machine Learning
Azure
Blockchain
Devops
Ask a Question
What are Redux's workflow features?
Home
Redux
What are Redux's workflow features?
0
votes
asked
Aug 28, 2022
in
Redux
by
john ganales
What are Redux's workflow features?
redux
workflow
features
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Aug 28, 2022
by
john ganales
Redux's workflow features are:
Reset: Resetting the Store's state is possible.
Revert: It is possible to revert or roll back to the previously committed state.
Sweep: All disabled actions that we mistakenly fired will be deleted.
Commit: The current state is set as the starting point.
...