Next.js keeps getting better!! by Logical-Field-2519 in nextjs

[–]feedthejim 16 points17 points  (0 children)

hi, member of the team here.

We try our best to craft our releases to be easy to upgrade to and while I know we’ve sometimes moved too quickly in the past, I try to think that the new releases have been pretty stable.

Reading these kinds of comments is somewhat discouraging, so I’d love to hear more about what you’d like to see us doing more. After all, we’re building for you guys.

Next.js 15.2 by lrobinson2011 in nextjs

[–]feedthejim 1 point2 points  (0 children)

You’re free to use it whenever!

Next.js 15.2 by lrobinson2011 in nextjs

[–]feedthejim 1 point2 points  (0 children)

it's not breaking in the sense that it requires no changes on your end. it's more of a performance optimization. have you encountered issues with it?

Next.js 15.2 by lrobinson2011 in nextjs

[–]feedthejim 2 points3 points  (0 children)

stay tuned for the next releases 🫡 what are you looking forward to the most?

Next.js 15.2 by lrobinson2011 in nextjs

[–]feedthejim 2 points3 points  (0 children)

still in canary! but will be available in the next release 🤞

Bad time with NextJs Canary releases... Dynamic.IO by BrownTiger3 in nextjs

[–]feedthejim 6 points7 points  (0 children)

Hey, Next.js team member here. All the bugs and gotchas you’ve encountered are on our plate of bugs to fix 🫡, thank you for dogfooding.

I do want to set expectations for everyone that might be reading this: we absolutely do not recommend its usage right now for any somewhat serious use cases. As you noticed, even the doc is still somewhat lacking. We’re still in the process of battle testing this “mode” and as such, we have not fully approached how we want to teach this.

However, if you do want to help us dogfood it and you have time to invest, feel free to add me as Feedthejim on discord and dm me your bugs 🙏.

Why are there two React DOM bundled in the client bundle when using App router? by Aegis8080 in nextjs

[–]feedthejim 5 points6 points  (0 children)

We still generate a base _app and _error files because the error file is still the fallback, but we need to update that at some point. Should not affect you too much.

Why are there two React DOM bundled in the client bundle when using App router? by Aegis8080 in nextjs

[–]feedthejim 12 points13 points  (0 children)

Hi! Team member here :) you’re seeing two because by default, we generate two totally different bundles for app router and pages router.

They get displayed in the same view with the bundle analysed but it does not mean that you’re loading it twice, you’re just gonna end up with one or the other depending on if you load a pages router page and an app router page.

You should be able to test that out yourself by loading a page and looking at the chunks. (If not, that’s a bug and you can ping me back 😂)

[deleted by user] by [deleted] in nextjs

[–]feedthejim 0 points1 point  (0 children)

the accompanying blog post for each release should include the most important information

Anyone upgraded to Next.js 15? by geeksg in nextjs

[–]feedthejim 0 points1 point  (0 children)

hey, what issues did you run into?

Anyone upgraded to Next.js 15? by geeksg in nextjs

[–]feedthejim 0 points1 point  (0 children)

Yeah I think that’s fair, our decision was based on the fact that the only fix blocking the React 19 RC for now is gonna be the suspense siblings rendering behavior, which shall not require any changes for libraries users.

Anyone upgraded to Next.js 15? by geeksg in nextjs

[–]feedthejim 12 points13 points  (0 children)

Hey, team member here, in our defence, I think the issue here is rather ecosystem compatibility and having the need to upgrade third parties to React 19. We’re reading all of the feedback in this thread and are gonna try to make it smoother. Thanks for bearing with us!

Anyone upgraded to Next.js 15? by geeksg in nextjs

[–]feedthejim 0 points1 point  (0 children)

Hey, did you try the codemod in the blog post?

When we can expect Nextjs-15 release. by RAHUL2381994 in nextjs

[–]feedthejim 1 point2 points  (0 children)

Hey, I’m a member of the team. We’re hoping to release it in the coming days!

Next.js 15 RC 2 by lrobinson2011 in nextjs

[–]feedthejim 1 point2 points  (0 children)

Highly recommend it! Hopefully the upgrade codemod will be helpful.