Video není dostupné.
Omlouváme se.

Schema validation using Valibot

Sdílet
Vložit
  • čas přidán 2. 08. 2024
  • This video will teach us about Valibot, a type-safe schema validation tool.
    👉🏼 New courses
    → www.hamedbahram.io/courses
    👉🏼 Project source code
    → github.com/HamedBahram/next-v...
    👉🏼 Next shadcn template
    → github.com/HamedBahram/next-s...
    👉🏼 Valibot website
    → valibot.dev
    Chapters
    0:00 Intro
    1:00 Installation
    7:30 Implementation
    16:10 Client side validation
    17:50 Recap

Komentáře • 20

  • @subhambharadwaz4029
    @subhambharadwaz4029 Před měsícem

    Great video! 🎉🔥 Just yesterday, I was scrolling through the docs for Valibot, and today you posted this video about it. It's crazy timing

    • @hamedbahram
      @hamedbahram  Před měsícem +1

      There you have it :) Glad it was helpful!

  • @eliuddyn
    @eliuddyn Před měsícem +2

    Amazing 🔥🔥

  • @SanderCokart
    @SanderCokart Před měsícem +1

    I have used Yup over zod always because zod i18n was more annoying to deal with. Valibot looks like a good competitor

  • @wesleymouedineassaby1035
    @wesleymouedineassaby1035 Před měsícem +1

    Can we use this as authentication method for a cms that have only one admin user?

    • @hamedbahram
      @hamedbahram  Před měsícem

      Yes, but this isn't really an auth flow, I'd use Clerk for authentication.

  • @kenshinhimura3140
    @kenshinhimura3140 Před měsícem +2

    Can we use valibote with javascript?

  • @rahulchourasiya4148
    @rahulchourasiya4148 Před měsícem +1

    Can you please make a video for single sign on, like centralised authentication website using next-auth, without any workos or any paid library for multiple saas website

    • @hamedbahram
      @hamedbahram  Před měsícem +1

      I'll have that in mind for the AuthJs course I have coming up.

  • @ihtishamriaz2598
    @ihtishamriaz2598 Před měsícem

    Amazing video, btw what is the name of the font you're using in vscode?

  • @kenshinhimura3140
    @kenshinhimura3140 Před měsícem +2

    True question why valibote and not zod?

    • @hamedbahram
      @hamedbahram  Před měsícem

      Valibot is smaller in bundle size and faster at runtime! Other than that it's very similar to zod.

  • @madmaxdev
    @madmaxdev Před měsícem

    Valibot is cool.

  • @anonymous12478
    @anonymous12478 Před měsícem

    i cant use in formik because there is no resolver for valibot

    • @hamedbahram
      @hamedbahram  Před měsícem +1

      No need to use formik really, use react hook forms library instead.