Login
Remember
Register
Ask a Question
What are the main features of Redux Form?
0
votes
asked
Mar 4, 2020
in
ReactJS
by
JackTerrance
What are the main features of Redux Form?
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Mar 4, 2020
by
JackTerrance
Field values persistence via Redux store.
Validation (sync/async) and submission.
Formatting, parsing and normalization of field values.
...