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.
- Provides Components such as Form, FieldArray, and Formik to deal with complex forms and controlled forms
- Provide different kinds of validations such as Form Level Validations, Field Level Validations
- Provide hooks such as useField, useFormik to deal with validations
- Compatible with UI libraries such as Material UI, Ant Design, Semantic UI
- Provide Error component to handle errors precisely
- Works efficiently with other HTML components such as Radio buttons and checkboxes.
- Works with React Native and React
- In-built support with Typescript
- It’s easy to install just using
yarn add formik
Conclusion
That’s for today, until next time, have a good day, people.
Keep developing
Shrey
iHateReading
Top comments (0)