Testing out building dynamic forms utilzing Formik and Yup.
Forms and form validation are hard. Formik and Yup help to make the validation part easy. But what about when your forms are dynamic based on data from an API? That's what I'm trying to figure out!
- My main inspiration so far was from a GitHub issue comment and the respective codesandbox demo. Of course, I have a different use case/json structure so I'm creating logic to work for my specific use case.
- Formik Docs
- Yup API