Validate Data With Zod in Server Actions Next.js (Client-Side + Server-Side)

แชร์
ฝัง
  • เผยแพร่เมื่อ 29 ธ.ค. 2024

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

  • @meka4996
    @meka4996 ปีที่แล้ว +8

    This is so amazing!!! This is much easier than React Hook Form + Zod! Thanks

    • @mukulsinghbisht2434
      @mukulsinghbisht2434 8 หลายเดือนก่อน +2

      React hook form has its own advantages

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

      Easier, but not better.

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

      @@_ilearn If it is easier, then it is better.

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

    Exceptionally well explained. Great video!

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

    love your videos, please make more!

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

    Fantastic video and all your content!

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

    Question: do you think the revalidation of the mutated data should be decoupled from the server action? that is, i notice that revalidatePath("/todos") is inside the server action....which means it couples the path to the server action....

  • @yoyo26-34
    @yoyo26-34 11 หลายเดือนก่อน +1

    Hi, this is a nice video, however, when using actions (on not the onSubmit prop of the form), the client side validation is not triggerring at all. Only the server side validation is displayed.

  • @psyferinc.3573
    @psyferinc.3573 ปีที่แล้ว +1

    thanks
    looking for a zod tutorial now

  • @aymenbachiri-yh2hd
    @aymenbachiri-yh2hd 5 หลายเดือนก่อน

    very clean explanation, thank you somuch

  • @Sachin-ci1cs
    @Sachin-ci1cs หลายเดือนก่อน

    love you bro!!

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

    Excellent!

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

    Thank you ☺☺

  • @eSeMGie
    @eSeMGie 7 หลายเดือนก่อน

    Great wideo! That's exactly what I was looking for. I have a question though. Why do we need validation on the client and server side? It seems to be redundant. Is any possible way to pass validation one the client side and fail validation one the server side? We actually passed already validated data to the server.

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

      client side validation is used to give normal user feedback if validation fails but you want also server side validation before pushing the data to database etc since client side isnt to be trusted as its easyer to modify and pass the validation if you would want to do that

    • @eSeMGie
      @eSeMGie 7 หลายเดือนก่อน

      @@WebDevNiko Big thanks for clarification!

    • @eSeMGie
      @eSeMGie 7 หลายเดือนก่อน

      @@WebDevNiko I wonder, why we can't just make a validation on the server side, and then if validation failed return all error messages to client and give the user feedback?

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

      @@eSeMGie you could do that but having extra validation on client side prevents sending unnecessary requests to server side, eg every time user forget to type last name you wont send request to server. Basically its just more efficent to have validation both on client and server side especially with zod since u can reuse the schema easyly so its effortless

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

    Can I use React hook form with Zod?
    or should using only 1way?

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

    Thanks

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

    Thank you sir

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

    Well the only problem with zod is that it makes large scale apps significantly slower. Other than that, yea it is great for sure.

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

    Try my library too, multiform-validator

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

    if you could please would you share the code

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

    cool

  • @Hicham-z7t
    @Hicham-z7t ปีที่แล้ว +1

    you got great videos, but it is so hard to follow you as you speak too fast. thx

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

      you can reduce the video speed if it too fast for you

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

      I actually love how snappy it is, to the point
      You can reduce speed and I sometimes rewind and/or pause when I feel I need a better look at a particular part of the video