useActionState in React 19 ft Sam Selikoff

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

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

  • @LehmannMr
    @LehmannMr 4 หลายเดือนก่อน +15

    By the way. One really important thing is that a server action in the end is an api endpoint which is unsafe. So whenever you use a server action it should be checked whether the user is authorized to perform the action.

    • @hamedbahram
      @hamedbahram  4 หลายเดือนก่อน +2

      Absolutely!

  • @abdulmustapha532
    @abdulmustapha532 4 หลายเดือนก่อน +6

    This was great, I always found it hard to wrap my head around the useTransition hook in a standard client side app with React Query powering most of it, but the useOptimistic and useActionState hooks seem to be great patterns. Can't wait to see how form libraries leverage this

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

      Glad it was helpful!

  • @MiladJoodi
    @MiladJoodi 4 หลายเดือนก่อน +2

    Thank you for being such an amazing teacher 🙏

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

      My pleasure!

  • @LehmannMr
    @LehmannMr 4 หลายเดือนก่อน +5

    I just found next-safe-action which seems to take this concept even a step further.

    • @hamedbahram
      @hamedbahram  4 หลายเดือนก่อน +2

      I'll check it out.

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

      There are 2 good videos from dave gray

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

      or zsa

  • @nixonmbeki5690
    @nixonmbeki5690 4 หลายเดือนก่อน +5

    Kept it super simple and understandable. I now get it! Thanks.

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

      Great to hear!

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

    Is this code available somewhere?

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

      I don't think so, I'll ask Sam.