React Hook Form with ZOD Tutorial - React and Typescript Form Validation Tutorial

Поділитися
Вставка
  • Опубліковано 25 сер 2024

КОМЕНТАРІ • 92

  • @PedroTechnologies
    @PedroTechnologies  Рік тому +4

    To try everything Brilliant has to offer-free-for a full 30 days, visit brilliant.org/PedroTech/. The first 200 of you will get 20% off Brilliant’s annual premium subscription.

  • @delavalom
    @delavalom Рік тому +50

    You could also transform the structure of your schema into TypeScript by typing: `type FormData = z.infer`
    This way you save yourself the boilerplate and also allow TypeScript to infer your schema type.
    By the way, great tutorial about forms.

    • @eazydatasolutions5800
      @eazydatasolutions5800 Рік тому +1

      I was also about to suggest the TypeScript infer to transform the Schema to a type instead of redoing it.😜

    • @JoelRdz
      @JoelRdz Рік тому

      How do you do this? if I try it "schema" is in the App scope so it doesn't detect it

    • @delavalom
      @delavalom Рік тому

      ⁠@@JoelRdz Well, the thing is that you shouldn’t define the zod schema inside the App component since it doesn’t need to change in every render. You even can define the schema in another file like a config file and export it.

    • @reazon7
      @reazon7 4 місяці тому

      yeah, but is there a way to make number input (and other type of input like datepicker etc) that can't be empty when submit (required field validation) but with initialValue of empty/null using this `z.infer` ?

  • @prashlovessamosa
    @prashlovessamosa Рік тому +15

    Hey Pedro i want more Typescript stuff in future I love TS.

  • @harishkhojare1592
    @harishkhojare1592 Місяць тому

    Jod!! this should be the way of teaching man. we are here because it is complex to understand, and they are making it even complex.

  • @mjbalcueva6485
    @mjbalcueva6485 Рік тому +1

    the auto complete package in your terminal looks really cool

  • @ogheneminesmart8680
    @ogheneminesmart8680 Рік тому +1

    anytime i want to learn something, ill first check if you have a video for it, cause your style of explanation is so simple and we developers can take what u teach then scale it up ... welldone, keep it up 🤗

  • @manoj.k.m4302
    @manoj.k.m4302 Рік тому +2

    Wow! Never thought Zod is cool.its is better than yup because of its typescript support and ease

  • @gauravkumawat5811
    @gauravkumawat5811 3 місяці тому +1

    You just got a new subscriber bro.

  • @codewithguillaume
    @codewithguillaume Рік тому +2

    Again a very good tutorial Pedro ❤

    • @prashlovessamosa
      @prashlovessamosa Рік тому +1

      Your tailwind course is awesome man I learnt a lot thanks for sharing free knowledge.

    • @codewithguillaume
      @codewithguillaume Рік тому

      @@prashlovessamosa hey bigsamosa thank you my friend that is so nice ! Hope you enjoyed ;)

  • @rjborba
    @rjborba Рік тому +3

    Hey, thanks for the tutorial! It was pretty useful.
    If I may, I would like to add a concern about initialization the schema inside the component render function. It hames this schema creation happen every rerender of your component. Even though it doesn't seem to be a expensive operation, it maybe could be done outside the component scope.

  • @manishankart6862
    @manishankart6862 2 місяці тому

    really a useful tutorial which is way better for understanding the validations..keep going

  • @faizanahmed9304
    @faizanahmed9304 Рік тому +2

    Thanks man 😊

  • @Doppio_00
    @Doppio_00 Рік тому

    It's good to be brief.

  • @saqibkhan8257
    @saqibkhan8257 Рік тому +1

    Hello, I have bought the subscription on brilliant Just keep doing what you do you have helped me alot❤

  • @miketepes8208
    @miketepes8208 Рік тому +1

    how to trigger validation if it is multi step form?

  • @TheSharkbeast
    @TheSharkbeast Рік тому +2

    this is Some hyperion class Resource! thank you so much !!!
    Also id like to request a video on a project based graphql-apollo client react-tsx video : since we are all comfortable with ts thanx to your react course

  • @thelimi2j
    @thelimi2j Рік тому

    Great tutorial, helped me finalize my choice on using Zod for form validation. Thank you.

  • @wallace_lw
    @wallace_lw Рік тому +1

    pedro again, with another great timing

  • @AnuragMishra-ws4zc
    @AnuragMishra-ws4zc Рік тому +1

    Hey pedro plz next js series

  • @kulvirsingh4568
    @kulvirsingh4568 Рік тому +1

    Thank you

  • @FunkyToe369
    @FunkyToe369 Рік тому +4

    Another benefit of zod is that it's commonly used for backend validation too so if you have a full stack typescript project you can easily share the same validations on both front and backend for end to end type safety

  • @hardwired89
    @hardwired89 Рік тому

    Thank you for zod tutorial, hope next content is about next, ts and react query mutation.

  • @togya4
    @togya4 3 місяці тому

    pedro you are jut the best

  • @iamronish007
    @iamronish007 Рік тому

    Make a full beginner video about zod pedro

  • @crisi6754
    @crisi6754 Рік тому +1

    The react GOAT ❤️

  • @eeshalteluri
    @eeshalteluri Місяць тому

    thank you

  • @James66662
    @James66662 6 місяців тому

    nice tut , actually if think about it you don't need the min or max for confirm password because you have the refine that has to match

  • @zaheerabbas8344
    @zaheerabbas8344 6 місяців тому

    very good explaination, fully understand❤❤❤❤

  • @pranupranav6279
    @pranupranav6279 Рік тому +1

    We can create type in one line like TFormData=z.infer;

  • @jasonterry9343
    @jasonterry9343 7 місяців тому

    Could you please do an example where you use this with a componentized form (one where the inputs have been extracted out as reusable components?)

  • @NosurfOfficial
    @NosurfOfficial Рік тому

    Thanks!

  • @risbelsuarezrodriguez9608
    @risbelsuarezrodriguez9608 Рік тому

    It was really a very good video, I hope you continue making many more, thank you very much teacher Pedro...

  • @natemueller5985
    @natemueller5985 10 місяців тому

    Excellent video! Right to the point.

  • @user-vh1nl7qx7t
    @user-vh1nl7qx7t Рік тому

    Awesome and simple explanation!!

  • @shinmini99
    @shinmini99 Рік тому

    thanks for sharing this awesome tutorial🔥🔥🔥

  • @muhammadkhalil4043
    @muhammadkhalil4043 Рік тому

    Awesome Video

  • @TheCrowdel
    @TheCrowdel Рік тому +1

    i don't know general zod create library for web development

  • @frontendmadesimple
    @frontendmadesimple 4 місяці тому

    I want to make the input field to be a component, cause I'm creating a login and sign up page and i don't want to be rewriting the same code... how do I do this while also implementing zod and react hook form

  • @HeitorYT
    @HeitorYT Рік тому

    What is that "gzipped" that apears in front of the "import react from 'react'"?

  • @Nanashi-rq7lk
    @Nanashi-rq7lk Рік тому

    Nice turtorial,Thanks

  • @gaganprakash4071
    @gaganprakash4071 8 місяців тому

    helped a lot thanks man

  • @4v4
    @4v4 Рік тому

    What's the extension that shows packages as you write them in the terminal? This is so cool!

  • @nickmorton5595
    @nickmorton5595 Рік тому

    Nice video!!

  • @cevdet-gt3uu
    @cevdet-gt3uu Рік тому +1

    What is the extension in 4:30 ?

  • @georgios_georgiou
    @georgios_georgiou Рік тому +1

    I do have a very similar configuration and it seems that refine is having trouble finding the confirm password to be the same with password (so it doesn't really update the errors object correctly).
    Any thoughts ?
    Also can you specify zod, react-hook-form, resolvers versions for this ?

  • @sandangmakmur4475
    @sandangmakmur4475 11 місяців тому

    Bro, can you make tutorial on shad cn ui?

  • @Unknown-ee7db
    @Unknown-ee7db Рік тому

    Nice one
    💌

  • @Lunolux
    @Lunolux Рік тому

    great video

  • @iamronish007
    @iamronish007 Рік тому

    pedro bring upp a best crash course on tRPC .

  • @yutsacarm8021
    @yutsacarm8021 Рік тому

    how to use hostinger with nodemailer

  • @eliuddyn
    @eliuddyn Рік тому +1

    Amazing 🔥🔥

  • @FULLUPE1
    @FULLUPE1 Рік тому +1

    ❤ always on point thanks bro ❤

  • @wizz1e80
    @wizz1e80 8 місяців тому

    wouldn't it have been easier to infer the type like [ type FormData = z.infer ]

  • @weldonkipsang3332
    @weldonkipsang3332 Рік тому

    Hi can you start vue training tutorials.I have passed through your react series and love them

  • @skverskk
    @skverskk Рік тому

    Well done!

  • @andresantos-ud4ht
    @andresantos-ud4ht Рік тому

    thank you sir ✌️

  • @ahmadmohsen54827
    @ahmadmohsen54827 11 місяців тому

    the best🙏

  • @PappuKumar-rz1tn
    @PappuKumar-rz1tn Рік тому

    if we click on the submit button without filling the required fields it throws 'required' error message, how to make that to show the custom message instead of the 'required'?

  • @explorewithrohan1994
    @explorewithrohan1994 Рік тому

    how do we customise the error messages..?

  • @CoddingAddict
    @CoddingAddict 11 місяців тому

    Awesome video! Love the vs code theme...can you share what theme you use? Thanks!

  • @edward6408
    @edward6408 Рік тому +1

    Pedro, how do you feel about doing an overview of the t3 stack?

  • @olaleyeoyewunmi6978
    @olaleyeoyewunmi6978 Рік тому

    For the error message for first name it says string must contain at least 2 characters , how can we customize the error message ?

  • @user-kj3ch2yv6q
    @user-kj3ch2yv6q Рік тому

    Hello, can you tell me at 4:30 what is the command suggestion and autocomplete plugin that appears when you type a command in the terminal?

  • @speedster784
    @speedster784 Рік тому

    How do you add password regex with zod so that you can use that in the schema for validation

  • @sjonny-depp
    @sjonny-depp Рік тому

    Hi Pedro, what I am working with Next 13 and need a library which is simple or tool to send e-mails when having a contact form which I have created with Typescript and React HOok Form. Which tool do you use to send emails?

  • @jhondoe2785
    @jhondoe2785 Рік тому

    nice

  • @jonnawiberg3051
    @jonnawiberg3051 Рік тому

    What is the autocomplete you get when adding packages in your terminal? :) great tutorial

    • @hezronbett3980
      @hezronbett3980 Рік тому

      It's a default inbuilt in some os I guess, like Kali Linux

  • @fallanstar
    @fallanstar Рік тому

    Sir Plz Start React Native Tutorials as well as with Real time industry Projects plz sir

  • @sowmocoding5740
    @sowmocoding5740 8 місяців тому

    anyone having any issue on next13 or next14, use 'use client'

  • @MrJuancho2706
    @MrJuancho2706 Рік тому

    Hello pedro, first i want to say thanks for all your videos, are really good, now about this video well i have a question.
    It is really necessary to get a library for validation like zod? Because i just hardcoded the validation in react with a madeup function that validates first, then if its ok all the values then just put the data on the backend, so my question is this library necessary?
    Oh and btw do you know spanish? It would be cool to ask stuff in Spanish bc of my bad english haha!

  • @gilbertoaristeubeltramenet5773

    Só conteúdo quente! Dale

    • @alveselivelton
      @alveselivelton Рік тому +1

      O Pedro é BR? A fala dele soa como um BR falando inglês

  • @KoryGraphic
    @KoryGraphic Рік тому

    Good vid but not great, should've included an example of a select input or radio buttons.

  • @husseinmomd
    @husseinmomd Рік тому

    You could just infer the zod schema and skip creating a form type