@effect/schema Crash Course

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

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

  • @JohnMcclaned
    @JohnMcclaned 2 หลายเดือนก่อน +6

    A video using trpc with effect and effect schema would be perfect

  • @Deus-lo-Vuilt
    @Deus-lo-Vuilt 2 หลายเดือนก่อน +1

    Another good video, thanks compa, I comment before watching it because I know it will be pure gold.

    • @lucas-barake
      @lucas-barake  2 หลายเดือนก่อน

      Haha, thanks so much!

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

    Video on tRPC with effect and effect schema 👀

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

    About swapped Left and Right in Either: it’s like this to be consistent with Effect, since Either is a subtype of Effect: it can be used anywhere Effect is expected, with Right becoming Effect’s Success and Left becoming Effect’s Error

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

    What do you think about Zustand?

    • @lucas-barake
      @lucas-barake  2 หลายเดือนก่อน

      No complaints, except for the danger of calling store.setState directly (accepts Partial, which means you can bypass type constraints, e.g. sum types)