Actions
Refactor #27898
closedReplace redux-form with formik
Description
redux-form was chosen as the best option at the time when it was introduced, but storing form state in redux is no longer regarded as the universal solution to tackle form complexity. Using formik seems like a more straightforward way to build forms.
Actions