Next.js 15 is here! Does it fix Next 14?

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

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

  • @zlackbiro
    @zlackbiro Месяц назад +52

    It's time to learn Next.js, AGAIN, for the fifth time this year! My god...

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

      I feel so much for any real company which use this framework, for anyone using it to make "Pokedex" app is fine

    • @Oxygen.O2
      @Oxygen.O2 Месяц назад +7

      yeah, F this sh*t honestly... I'll have to quit Next.js at some point except if they finally introduce a LTS version... I have a life outside of Next.js tutorials and docs...

    • @adityaanuragi6916
      @adityaanuragi6916 Месяц назад +3

      I honestly agree and I haven't even used nextjs
      The fact that caching was automatic in v14 baffles the F out of me, like caching should always be opt-in

    • @lucaszapico926
      @lucaszapico926 28 дней назад

      This is so real. I’m seriously looking longingly at remix right now.

  • @succatash
    @succatash Месяц назад +24

    Odd they didn't wait til nextjs conf. Wonder if we get nextjs 16 coming in 2 days

  • @GoR503
    @GoR503 Месяц назад +17

    I can't believe this framework (along with React) is so popular... the whole ecosystem is becoming one huge mess.

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

      Exactly. I will never touch this abomination

  • @damon-burton
    @damon-burton 18 дней назад

    This is a great overview of the key features and improvements in Next.js 15. Impressive focus on performance and developer experience.

  • @katsup_07
    @katsup_07 Месяц назад +53

    I am going to stick with Next.js 25. Life in the future is good. If you have any questions about what is coming next, please let me know, and I will share.

    • @mahmoudfarghly2970
      @mahmoudfarghly2970 Месяц назад +9

      Damn, can you tell me how to fetch data in NextJS 25 ?

    • @supermamoru
      @supermamoru Месяц назад +3

      Hi I will be having a problem with authentication in Next 24 how would Next 25 fix that issue

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

      @@mahmoudfarghly2970 Next.js 25 uses telepathy to fetch data from users.

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

      is my penis still small in the future?

    • @victor95pc
      @victor95pc Месяц назад +3

      Ok but will Next 26 fix Next 25?

  • @alijch
    @alijch Месяц назад +10

    'cache' for developers, 'cash' for vercel

  • @Dariansweb
    @Dariansweb Месяц назад +3

    Thanks much, buddy

  • @GregPeters1
    @GregPeters1 Месяц назад +13

    Next version of next is next month

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

      The amazing thing about your comment is that it’s true every month, infinitely. It’s almost as if your comment has been cached automatically.

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

      Ohhhhh!! Thats why they named it Next 🤯

  • @Abbatyya
    @Abbatyya Месяц назад +13

    I won't learn anything about nextjs15 until I know when nextjs16 will be release

  • @kadimahmed180
    @kadimahmed180 Месяц назад +2

    Phew, yes, "Thankfully", I am in the middle of learning Next.js, and good thing they didn't add much

  • @omoyenikunle7909
    @omoyenikunle7909 29 дней назад

    I worked with next JS and it was cool . I’m just addicted to PHP 😊

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

    didnt knew you had a nextjs course. Got 1. tnx

  • @sanan9804
    @sanan9804 28 дней назад

    Hi Max, thanks for the video. Could you add a lecture to this course on how to make next.js app embeddable as a widget? Like, it can be usable by adding to any website.

  • @xuzhang-b5s
    @xuzhang-b5s 21 день назад +1

    Next.js 15 course, the contents are all Nextjs 14

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

    Thank you Max but it’s overwhelming!

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

    I've tried to update yesterday and guess what: It breaks everything and I can rewrite my app. Awesome!

    • @unknownguywholovespizza
      @unknownguywholovespizza 29 дней назад +1

      I upgraded my portfolio from v14 to v15 and boom a component that was imported using next/dymanic function caused an error that said this function can't be used in server components even though it worked perfectly fine in v14. Tried a lot of solutions but didn't work and wasted 15min of my life for nothing and I just downgraded to v14.
      Really I regret using this framework and web development in general.

  • @CarlosIsaacRSison
    @CarlosIsaacRSison 27 дней назад +1

    I bought the course you created using Next JS 14, and whenever you send a request in useFormState (now useActionState) using server actions it used to retain the user inputs, but now with Next JS 15, it no longer retain the user input, which I have no idea how to fix

  • @Rajamani.H
    @Rajamani.H Месяц назад

    Hi Max, please do a solidstart course

  • @stacked-dev
    @stacked-dev Месяц назад +3

    Hi Max, thanks for the video.
    I have a question about working with the Next.js App Router for frontend-only projects. Does it make any difference? I'm using it in an intermediate-level project, and it's really frustrating because there isn't enough learning material for my team. On the other hand, I've used the Pages Router on another large project, and that was much easier.
    What are your thoughts on this?

    • @stacked-dev
      @stacked-dev Месяц назад

      However, based on my experience, using the Next.js App Router is a wise decision for a full-stack project but not for a frontend-only projects where your backend is running on another server

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

      I always use the app router, I think it's much easier. Sure, very often you have to use "use client", but when you compose your components in the correct way it's really not an issue imo

    • @stacked-dev
      @stacked-dev Месяц назад

      @@paw565 hi man thanks for you comment. Is there any way we connect so that we can share 💡?

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

      It depends on a lot of things.
      1) Where are you going to deploy your application. Custom server? Cloud server?
      2) Type of application. Single Page? Multiple Page?
      3) Do you need SEO?
      If you're building a simple SPA, I would choose React/React-Router, specially if you're deploying in a custom server.

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

      @@stacked-dev it sounds like a scam honestly lmao

  • @kazerdira4704
    @kazerdira4704 23 дня назад

    do you have any course of nextjs like you did with flutter , we learnt flutter with you even we never coded before , do you have something like with nextjs , like teaching nextjs in sametime with js and html and css

  • @pixel-and-code
    @pixel-and-code Месяц назад

    Is there any section fpr next js 15 on your next js course? Because you already updated your title to next js 15?

  • @mahmoudfarghly2970
    @mahmoudfarghly2970 Месяц назад +3

    You already updated your course title

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

      yeah thats scam 😂😂

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

      @@AbdurrahmanASUR 😂

    • @pixel-and-code
      @pixel-and-code Месяц назад

      Yeah it is just to lure more students to buy his course 😅

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

      ​​@@pixel-and-codeand they will found out most companies still uses React 15 with class components and Redux haha

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

    Hi Max
    Can you create a course on react micro frontend architecture

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

    with not much changes in this version. it should be 14.1 or 14.2. Rather it should be 13.1 13.2 13.3.

  • @RaviSingh-dr2eh
    @RaviSingh-dr2eh Месяц назад

    Can u make state management video for nextjs in current course on udemy

  • @o_glethorpe
    @o_glethorpe Месяц назад +11

    Friendly tip: Don’t render on the server if you don’t need it (e.g., SEO, authentication). If needed, use Remix.

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

      Why Remix? Why not nextjs?

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

      Lmfao

    • @yehaa00
      @yehaa00 19 дней назад

      @@johnsimms9444 Much simpler architecture, no idiotic abstraction like next.js, blazingly faster dev server with vite, not too serverly oriented just a right amount of server rendering unlike next js which lets you to literally do any server endpoint in the app, and a lot more. Just try it by yourself

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

    I'm waiting for NextJs 18. These are still underage 😂

  • @GurbyTheGreat
    @GurbyTheGreat Месяц назад +8

    All my homies hate next js

    • @hollycow8171
      @hollycow8171 21 день назад

      why. i get this from many react users already.

    • @yehaa00
      @yehaa00 19 дней назад

      @@hollycow8171 You have to build a real production app to realize how sh1t next.js is

  • @2pac2pac2pac
    @2pac2pac2pac 25 дней назад

    im still learning the nextjs13 when thr nextjs14 and nextjs15 come out? i quit

  • @yehaa00
    @yehaa00 19 дней назад

    My team is currently migrating every new project out of next.js, no intention to go back whatsoever

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

    does nextjs with pages routing cache the fetch request by default ??

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

    Next 15 installs React 19 rc.. which gives errors when downloading packages like framer-motion.. is there any fix or should i go with Next 14 for now?

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

    Nah I'm sticking to Angular. I don't want my app breaking with each update.

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

    Es difficult change the projwct of my job of next 13 to next 15?

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

    Now, nextjs15 is hot, 3 days later nextjs 16 is out

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

    Am I not seeing it, or is there a way in the config file to set cache for all of nextjs back to the previous Next 14 default? I don't want to set it per route/fetch, I liked the heavy-handed caching on one of my projects where I never ran into any issues with it.

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

      So just do not upgrade it?

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

      @@HokagePain07 On enterprise apps I won't be until we understand it more. But there are some nice features worth upgrading, since 14 was mostly nothing anyway, and I have personal projects that I could upgrade without harm.

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

    man this is making me tired. Considering moving to React + Vite or SvelteKit

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

      If this is tiresome for you, I advice to not go for React 18/19 + vitejs on big projects neither.

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

      @@ben53933 Explain?

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

    I first have to overcome the fear that I can understand React and actually use it

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

    I will forever have a burning hatred for Vercel, I have no trust in them.

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

    does anyone have nextjs 15 and deno2 boilerpate

  • @Gaijin101
    @Gaijin101 Месяц назад +9

    Thank god im not on nextjs anymore

    • @IvanKleshnin
      @IvanKleshnin Месяц назад +4

      Yep, the best feeling about NextJS is "I don't care".

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

      What did you replace Nextjs with?

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

      @@mivandi3059 Nuxtjs . Was easier than expected.

  • @nr7343
    @nr7343 Месяц назад +2

    Honestly, I don't understand who uses this garbage... I retired next.js 2 already... except for a simplistic website that is still built on it... Their advertising was really strong but in practice it's just piles of garbage.. The development experience is also slow and impossible Instill really complex things... and we won't talk about the weird magics

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

    No

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

    Remix

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

    عالی بود

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

    Next is using next version of next.js, not previous but next Next.

  • @cocoscacao6102
    @cocoscacao6102 3 часа назад

    Does it fix Next 14? In short, no. In long, noooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooo...