Introduction to NextJs 15

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

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

  • @AbuSayed0001
    @AbuSayed0001 Месяц назад +1

    Thank you for your detail explanation. But still i have a confusion. Could you please clear that?
    In Next.js 15, the response of fetch request is not cached by default..
    So now is not fetch request is an uncached data request? If yes then how a route with default fetch configuration still statically render?
    Because as we know, If you use dynamic api/ uncached data request in a route, the route became dynamically render.

    • @hamedbahram
      @hamedbahram  Месяц назад

      I'm not sure if I understand the question!

    • @AbuSayed0001
      @AbuSayed0001 Месяц назад

      @hamedbahram Sorry for that. I am adding more detail so you can understand my question. According to Next.js doc "During rendering, if a Dynamic API or uncached data request is discovered, Next.js will switch to dynamically rendering the whole route."
      My question is what does it mean by "uncached data request" here?
      And in Next.js 15, "The response from fetch is not cached by default." So is not fetch is uncached data request now?

  • @jackmkimbo
    @jackmkimbo Месяц назад +1

    Waiting on the Sentry Videos. 🔥🔥🔥

  • @Sorkstryparen
    @Sorkstryparen 2 месяца назад +1

    Nice video!
    How will this version work when using other packages that depend on React 18?

    • @hamedbahram
      @hamedbahram  Месяц назад

      Wait until they support React 19 or use the --force flag and test your app.

  • @jayasaikiran1761
    @jayasaikiran1761 2 месяца назад +1

    Hi Hamed need a tutorial on
    Eslint 9 new structure and its changes if possible..

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

      Great idea! I'll add that to my schedule.

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

    Exactly what I was looking for especially after the Medusa V2 release
    It seems Medusa works really well with NextJS so thats why I need to learn it, and this is the only video teaching version 15...
    Thanks a lot Hamed! You are a legend

    • @hamedbahram
      @hamedbahram  Месяц назад

      Thank you, I appreciate that! And yes Medusa is great. I have more content coming up.

  • @devlala4365
    @devlala4365 2 месяца назад +1

    😮

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

    first comment

  • @eebb-s1b
    @eebb-s1b 2 месяца назад +1

    next js 15 is full of errors

    • @LehmannMr
      @LehmannMr 2 месяца назад +1

      Could you please give any details

    • @hamedbahram
      @hamedbahram  Месяц назад

      What errors are you getting?