Schema validation using Valibot

Поделиться
HTML-код
  • Опубликовано: 30 янв 2025

Комментарии • 23

  • @wesleymouedineassaby1035
    @wesleymouedineassaby1035 7 месяцев назад +1

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

    • @hamedbahram
      @hamedbahram  7 месяцев назад

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

  • @kenshinhimura3140
    @kenshinhimura3140 7 месяцев назад +2

    Can we use valibote with javascript?

  • @rahulchourasiya4148
    @rahulchourasiya4148 7 месяцев назад +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  7 месяцев назад +1

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

  • @acloudonthebluestsky9687
    @acloudonthebluestsky9687 2 месяца назад

    Cajn you add the i18n into valibot?

  • @eliuddyn
    @eliuddyn 7 месяцев назад +2

    Amazing 🔥🔥

  • @kenshinhimura3140
    @kenshinhimura3140 7 месяцев назад +2

    True question why valibote and not zod?

    • @hamedbahram
      @hamedbahram  7 месяцев назад

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

  • @subhambharadwaz4029
    @subhambharadwaz4029 7 месяцев назад

    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  7 месяцев назад +1

      There you have it :) Glad it was helpful!

  • @anonymous12478
    @anonymous12478 7 месяцев назад

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

    • @hamedbahram
      @hamedbahram  7 месяцев назад +1

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

  • @SanderCokart
    @SanderCokart 7 месяцев назад +1

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

  • @ihtishamriaz2598
    @ihtishamriaz2598 7 месяцев назад

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

    • @hamedbahram
      @hamedbahram  7 месяцев назад

      Thanks! I'm using Operator mono.

  • @madmaxdev
    @madmaxdev 7 месяцев назад

    Valibot is cool.