How to build a Contact form with Formik in Next JS and TypeScript

Building a form in Next can be difficult, mostly when the form is complex. Using Formik, it's possible to quickly create simple forms whatever the complexity.

DEV Community