0 votes
in ReactJS by

What are the main features of Redux Form?

1 Answer

0 votes
by
  1. Field values persistence via Redux store.

  2. Validation (sync/async) and submission.

  3. Formatting, parsing and normalization of field values.

...