We are not reinventing the wheel. They are just some screws and nuts that suit.

Build and manage form using Formik and Yup, in React Native

Build forms, and handle them in your standard way.

Kinna Kin
Frontend Weekly
Published in
6 min readApr 12, 2020

--

Image Credit: Glenn Carstens-Peters

The form things, in React Native.

— Forms in React Native? Let’s try out Formik, Yup? Right. Yup!

It’s inevitably to engage with forms when building up an application. We are pleased that there are quite a few good options of form libs out there. Name them React Hook Form, Formik, and Redux Form.

Let’s have some fundamental differences check between the mentioned libraries.

We had bundle sizes compared using https://bundlephobia.com/ to the latest version of the respective packages.

However our Top pick today: Formik + Yup.

Formik is a form control libs using controlled components in React. It’s gaining popularity and currently achieving 21.5k

--

--