Video není dostupné.
Omlouváme se.

What's New in NextJs 14.2

Sdílet
Vložit
  • čas přidán 15. 04. 2024
  • This video will review the latest updates in the NextJs 14.2 release.
    👉🏼 New courses
    → www.hamedbahram.io/courses
    👉🏼 Work with me
    → www.hamedbahram.io/hire

Komentáře • 34

  • @ChristianEscalante
    @ChristianEscalante Před 3 měsíci +47

    We can't use turbo, it's not production ready!!!!, it happens a lot with nextjs, if a feature is not production ready or if only works in vercel, for me it's makes no sense to use it.

    • @hamedbahram
      @hamedbahram  Před 3 měsíci +4

      That's totally fine! However, I have a slightly different take, releasing features before they are ready helps making them better by community feedback, also it allows me to know what's coming down the line.

  • @yukiritosurada8392
    @yukiritosurada8392 Před 3 měsíci +3

    I don't know if it was caused by the new version of Next.js because I just encountered an issue where the updating of pages in the browser is not real-time (npm run dev). Every change I make requires me to restart npm run dev to see the updates. Am I the only one experiencing this issue?

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

      It may have been! update to 14.2.2 and see if that resolves the problem.

  • @Delba
    @Delba Před 3 měsíci +7

    Great video Hamed! Been enjoying your Next.js and collab videos a lot lately, keep it up!

    • @hamedbahram
      @hamedbahram  Před 3 měsíci

      Thanks, Delba! I appreciate that. I'd love to have you on for a chat... You've inspired me so much 🌷

  • @ledoublez
    @ledoublez Před 3 měsíci +2

    Hey Hamed, awesome video! Would love to see some tutorials on using Twilio Conversations with Next.js!

    • @hamedbahram
      @hamedbahram  Před 3 měsíci +2

      Thanks! Great suggestions, can you expand on what specifically you like to see using Twillio?

    • @PraiseYeezus
      @PraiseYeezus Před 3 měsíci +2

      @@hamedbahram currently I'm having trouble setting up a project idea using Twilio and Whisper for real time transcriptions on a phone call. Use cases where you need to fetch something on the server and pass it to a client component, and have that client component initialize a device without rerendering and invalidating the device with the cleanup function are tricky to manage in Next, not to mention handling the websocket from the frontend...bit of a complex project, maybe not ideal for a video but I'd like to see a tutorial that handles cases that involve complex client => server => client workflows where you absolutely have to use both client and server components and have them mesh well

    • @ledoublez
      @ledoublez Před 3 měsíci +1

      @@hamedbahram Sure! I’d like to see how you would make a real-time chat application.

    • @hamedbahram
      @hamedbahram  Před 3 měsíci

      @@ledoublez Fantastic!

    • @hamedbahram
      @hamedbahram  Před 3 měsíci

      @@PraiseYeezus I like the idea! I'll definitely have a video on websocket in NextJs, so hopefully that'll help.

  • @maverick456-33
    @maverick456-33 Před 3 měsíci +1

    Very Kind !

  • @AmericaIsEvil
    @AmericaIsEvil Před 3 měsíci +2

    I have been having the problem of "React Context is unavailable in server components" error I have tried everything possible but to no avail...any suggestions pls😢?

    • @hamedbahram
      @hamedbahram  Před 3 měsíci

      seems like you're trying to use React context inside server components. You need to use a client component for that, you can add the `use client` directive on the first line of your component file.

    • @AmericaIsEvil
      @AmericaIsEvil Před 3 měsíci

      @@hamedbahram Thanks for your response but I am using nextjs and I wrapped my Root layout with the useSession, so that I can use the session in my signin page but it throws the error whenever I try to start the development server

  • @KamranSA
    @KamranSA Před 3 měsíci +1

    please make a video what you wana use turbo pack and what are the advantages in production when its available ..

  • @aliseyedi01
    @aliseyedi01 Před 3 měsíci +1

    thanks hamed ❤

  • @you3667
    @you3667 Před 3 měsíci +2

    always thanks!!!

  • @ayukalvieri3154
    @ayukalvieri3154 Před 3 měsíci +1

    I really hope the new hydration error messages are more detailed

  • @evangelinemmayie6116
    @evangelinemmayie6116 Před 3 měsíci

    Cool video. I heard Next.js 14.2 is broken though.

    • @hamedbahram
      @hamedbahram  Před 3 měsíci

      Thanks! It's working all fine on my end 🙂

    • @codefinity
      @codefinity Před 3 měsíci +1

      Everything is broken in some way when released. Next 14.2 is fine, relatively speaking.

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

      @@codefinity I've run into some issue in one my client projects. Investigating to see what's going on...

    • @codefinity
      @codefinity Před 3 měsíci

      @@hamedbahram 👍 there’s always SOMETHING.

  • @nhungduongminhnhan
    @nhungduongminhnhan Před 2 měsíci +1

    ❤❤👆🌽

  • @xxXAsuraXxx
    @xxXAsuraXxx Před 3 měsíci +2

    By this time, I have completely given up on Next JS

    • @hamedbahram
      @hamedbahram  Před 3 měsíci

      That's alright. What's your preferred framework?