Refactor forms to use final-form
Description
Environment
None
Potential Workaround
None
clones
defines
is cloned by
relates to
requires
Checklist
hideTestRail: Results
Activity
Show:
Zak Burke October 22, 2020 at 9:29 PM
Yes, , thanks to the efforts of and !

Khalilah Gambrell October 22, 2020 at 5:46 PM
and , can this story be closed?

Khalilah Gambrell September 16, 2020 at 5:55 PM
, can this story be closed?
cc: and
Done
Created February 7, 2020 at 3:37 PM
Updated March 1, 2021 at 8:32 AM
Resolved October 22, 2020 at 9:29 PM
Background: (a) redux-form has been unsupported for years (b) stuffing form-state into the redux store is bad for performance.
Refactor forms to use
final-from
viastripes-final-form
instead ofredux-form
. This will help reduce the number of deprecated libraries in our build, reduce console warnings, and likely provide performance improvements as well.