DEV Community

Discussion on: Advanced State Management With Dynamic Input Elements and Hooks

Collapse
 
afrodevgirl profile image
Alexis Moody

Sure, you can use a FieldArray with Formik to accomplish the design requirements. Although I've personally found Formik to be an absolute beast to deal with, especially on small projects or small forms. That said, this tutorial is less about what we're building and more about how to think about state management with a "real world" example.

Collapse
 
devhammed profile image
Hammed Oyedele

Oh Great 👍