Tags
Language
Tags
June 2025
Su Mo Tu We Th Fr Sa
1 2 3 4 5 6 7
8 9 10 11 12 13 14
15 16 17 18 19 20 21
22 23 24 25 26 27 28
29 30 1 2 3 4 5
    Attention❗ To save your time, in order to download anything on this site, you must be registered 👉 HERE. If you do not have a registration yet, it is better to do it right away. ✌

    ( • )( • ) ( ͡⚆ ͜ʖ ͡⚆ ) (‿ˠ‿)
    SpicyMags.xyz

    React Native School - Building and Validating Forms with Formik & Yup

    Posted By: ELK1nG
    React Native School - Building and Validating Forms with Formik & Yup

    React Native School - Building and Validating Forms with Formik & Yup
    MP4 | Video: h264, 1920x1080 | Audio: AAC, 44.1 KHz, 2 Ch
    Genre: eLearning | Language: English | Duration: 8 Lessons (45m 8s) | Size: 194.8 MB

    Learn to build and manage high-quality forms for your React Native app with Formik and Yup

    I'm going to go out on a limb here and say that your app has at least one form in it, likely more than one.

    So, how do you manage those forms? Throw the data into component state or redux (yuck) and then submit it when you're done?

    Where does validation fit in?

    Error handling?

    You get the point - there's more to a "simple form" than meets the eye. And when you've done it once you've got to do it again for another form.

    It's repetitive and ad-hoc APIs rarely end up easy to understand.

    These challenges are amplified when you're building larger forms.

    That's why I use Formik + Yup to build all of my forms now. It:

    Manages form state
    Has easy per-field validation
    Has an easy to understand API
    It does everything I need it to. I've worked with numerous consulting clients to convert their forms over to Formik + Yup and we saw

    less code
    less bugs
    better everything