Next.js 15 Meets React 19: NEW Hooks! (real examples)

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

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

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

    Which hook do you think will be most useful for your Next.js projects?

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

      For me it's "use" hook.

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

      @@AIDragonMusic Yeah that one can be really useful!

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

    Really helpful. Thank you 🙏

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

      Glad to hear that! You're welcome! ⚔

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

    With useAction and useStatus Forms Will the shadcn Form component be requiring and update? This is because it uses useForm-hook

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

      I think react hook forms are going to update to React 19. There is already a discussion about that here:
      github.com/orgs/react-hook-form/discussions/11832
      Shadcn is probably going to upgrade react hook forms after that, but still not sure :D We'll see! Either way it's going to be awesome with Shadcn I'm sure of it!

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

    Just what i need!

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

      Awesome to hear that!

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

    If the promise that is passed to "use" is a database query, do we leak credentials when passing the promise to the client component?

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

      That's a great question! Totally forgot to mention it in the video!
      It's going to be safe. Server action is using "use server", and when you do console.log there you are getting the log inside the terminal, and not in the console.
      Good thinking there! ⚔️

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

    What is this cat on left bottom side? 😊

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

      VS code pets extension :D I love it!

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

    Well thank you

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

      You're very welcome! Glad you enjoyed it!