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

แชร์
ฝัง
  • เผยแพร่เมื่อ 10 ม.ค. 2025

ความคิดเห็น • 98

  • @PedroTechnologies
    @PedroTechnologies  ปีที่แล้ว +5

    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.

    • @yutsacarm8021
      @yutsacarm8021 ปีที่แล้ว

      how to use hostinger with nodemailer

  • @delavalom
    @delavalom ปีที่แล้ว +54

    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 8 หลายเดือนก่อน

      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` ?

  • @matteonegridev
    @matteonegridev หลายเดือนก่อน +1

    every time Im looking for something and I find a useful video that actually helps, I look up at the channel name and... it's you! Great!

  • @prashlovessamosa
    @prashlovessamosa ปีที่แล้ว +16

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

  • @mim24sd
    @mim24sd 4 หลายเดือนก่อน +1

    That was great😍
    Thanks for this full zodi and react hook form tutorial

  • @codewithguillaume
    @codewithguillaume ปีที่แล้ว +3

    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 ;)

  • @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 🤗

  • @harishkhojare1592
    @harishkhojare1592 6 หลายเดือนก่อน

    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.

  • @wallace_lw
    @wallace_lw ปีที่แล้ว +1

    pedro again, with another great timing

  • @saqibkhan8257
    @saqibkhan8257 ปีที่แล้ว +1

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

  • @thelimi2j
    @thelimi2j ปีที่แล้ว

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

  • @gauravkumawat5811
    @gauravkumawat5811 7 หลายเดือนก่อน +2

    You just got a new subscriber bro.

  • @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 7 หลายเดือนก่อน

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

  • @형록-m1w
    @형록-m1w ปีที่แล้ว

    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?

  • @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

  • @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

  • @faizanahmed9304
    @faizanahmed9304 ปีที่แล้ว +2

    Thanks man 😊

  • @crisi6754
    @crisi6754 ปีที่แล้ว +1

    The react GOAT ❤️

  • @cevdet-gt3uu
    @cevdet-gt3uu ปีที่แล้ว +1

    What is the extension in 4:30 ?

  • @risbelsuarezrodriguez9608
    @risbelsuarezrodriguez9608 ปีที่แล้ว

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

  • @sandunlasantha
    @sandunlasantha 24 วันที่ผ่านมา

    This video is so helpful. Bro could you please do a video on tRPC?

  • @hardwired66
    @hardwired66 ปีที่แล้ว

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

  • @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

  • @jasonterry9343
    @jasonterry9343 ปีที่แล้ว

    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?)

  • @natemueller5985
    @natemueller5985 ปีที่แล้ว

    Excellent video! Right to the point.

  • @miketepes8208
    @miketepes8208 ปีที่แล้ว +1

    how to trigger validation if it is multi step form?

  • @4v4
    @4v4 ปีที่แล้ว

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

  • @VGallip
    @VGallip หลายเดือนก่อน +1

    Excelente Conteúdo!! Gostei muito do vídeo.
    Não tem nada a ver com o conteúdo, mas devo elogiar seu inglês!! Só fui perceber que você era brasileiro quando vi o autocomplete colocar seu nome sksksksks Ótimo vídeo e ótima comunicação!

  • @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 ?

  • @zaheerabbas8344
    @zaheerabbas8344 11 หลายเดือนก่อน

    very good explaination, fully understand❤❤❤❤

  • @shinmini99
    @shinmini99 ปีที่แล้ว

    thanks for sharing this awesome tutorial🔥🔥🔥

  • @pranupranav6279
    @pranupranav6279 ปีที่แล้ว +1

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

  • @HeitorYT
    @HeitorYT ปีที่แล้ว

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

  • @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?

  • @edward6408
    @edward6408 ปีที่แล้ว +1

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

  • @gaganprakash4071
    @gaganprakash4071 ปีที่แล้ว

    helped a lot thanks man

  • @direcodes
    @direcodes 9 หลายเดือนก่อน

    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

  • @togya4
    @togya4 8 หลายเดือนก่อน

    pedro you are jut the best

  • @bisolaO
    @bisolaO ปีที่แล้ว

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

  • @Nanashi-rq7lk
    @Nanashi-rq7lk ปีที่แล้ว

    Nice turtorial,Thanks

  • @TheCrowdel
    @TheCrowdel ปีที่แล้ว +1

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

  • @FULLUPE1
    @FULLUPE1 ปีที่แล้ว +1

    ❤ always on point thanks bro ❤

  • @James66662
    @James66662 10 หลายเดือนก่อน

    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

  • @eliuddyn
    @eliuddyn ปีที่แล้ว +1

    Amazing 🔥🔥

  • @skverskk
    @skverskk ปีที่แล้ว

    Well done!

  • @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..?

  • @iamronish007
    @iamronish007 ปีที่แล้ว

    Make a full beginner video about zod pedro

  • @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

  • @weldonkipsang3332
    @weldonkipsang3332 ปีที่แล้ว

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

  • @speedster784
    @speedster784 ปีที่แล้ว

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

  • @Iamroot27
    @Iamroot27 ปีที่แล้ว

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

  • @nickmorton5595
    @nickmorton5595 ปีที่แล้ว

    Nice video!!

  • @muhammadkhalil4043
    @muhammadkhalil4043 ปีที่แล้ว

    Awesome Video

  • @andresantos-ud4ht
    @andresantos-ud4ht ปีที่แล้ว

    thank you sir ✌️

  • @abenezeryoseph581
    @abenezeryoseph581 3 หลายเดือนก่อน

    Thank you So Much!!

  • @Unknown-ee7db
    @Unknown-ee7db ปีที่แล้ว

    Nice one
    💌

  • @wizz1e80
    @wizz1e80 ปีที่แล้ว

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

  • @sandangmakmur4475
    @sandangmakmur4475 ปีที่แล้ว

    Bro, can you make tutorial on shad cn ui?

  • @domic93
    @domic93 ปีที่แล้ว

    It's good to be brief.

  • @AnuragMishra-ws4zc
    @AnuragMishra-ws4zc ปีที่แล้ว +1

    Hey pedro plz next js series

  • @yutsacarm8021
    @yutsacarm8021 ปีที่แล้ว

    how to use hostinger with nodemailer

  • @kulvirsingh4568
    @kulvirsingh4568 ปีที่แล้ว +1

    Thank you

  • @NosurfOfficial
    @NosurfOfficial ปีที่แล้ว

    Thanks!

  • @Lunolux
    @Lunolux ปีที่แล้ว

    great video

  • @ahmadmohsen54827
    @ahmadmohsen54827 ปีที่แล้ว

    the best🙏

  • @iamronish007
    @iamronish007 ปีที่แล้ว

    pedro bring upp a best crash course on tRPC .

  • @fallanstar
    @fallanstar ปีที่แล้ว

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

  • @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!

  • @sowmocoding5740
    @sowmocoding5740 ปีที่แล้ว

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

  • @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

  • @jhondoe2785
    @jhondoe2785 ปีที่แล้ว

    nice

  • @gilbertoaristeubeltramenet5773
    @gilbertoaristeubeltramenet5773 ปีที่แล้ว +1

    Só conteúdo quente! Dale

    • @alveselivelton
      @alveselivelton ปีที่แล้ว +1

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

  • @eeshalteluri
    @eeshalteluri 6 หลายเดือนก่อน

    thank you