DEV Community

shrey vijayvargiya
shrey vijayvargiya

Posted on

9 things about Formik - Build React Forms without any Tears

Under the Hood

If you want to watch instead of read here is the link to the shorts - [Formik introduction shorts (https://youtube.com/shorts/JXrT9IOYDNI)

9 things about Formik - Build React forms without any tears.

  1. Provides Components such as Form, FieldArray, and Formik to deal with complex forms and controlled forms
  2. Provide different kinds of validations such as Form Level Validations, Field Level Validations
  3. Provide hooks such as useField, useFormik to deal with validations
  4. Compatible with UI libraries such as Material UI, Ant Design, Semantic UI
  5. Provide Error component to handle errors precisely
  6. Works efficiently with other HTML components such as Radio buttons and checkboxes.
  7. Works with React Native and React
  8. In-built support with Typescript
  9. It’s easy to install just using yarn add formik

Conclusion

That’s for today, until next time, have a good day, people.

Link to Formik website

Keep developing
Shrey
iHateReading

Top comments (0)