Oof. I'm sure Vercel might patch this issue. But I had had enough of these little annoyances. For example, the documented way to identify prefetches in the middleware has been broken for weeks (months?). A lot of small issues that keep adding up. I'm not going to shill something else here, but I have a bit of Next.js fatigue lately. Still love the JS ecosystem though. Anyway, thanks for bringing this up!
I share the sentiment. I think we will only be using Next.js for static sites/prebuilt SPA in the future.
Next.js 15.1 is unusable outside of Vercel
11–20 of 113 posts
Re: Next.js 15.1 is unusable outside of Vercel
#12Oof. I'm sure Vercel might patch this issue. But I had had enough of these little annoyances. For example, the documented way to identify prefetches in the middleware has been broken for weeks (months?). A lot of small issues that keep adding up. I'm not going to shill something else here, but I have a bit of Next.js fatigue lately. Still love the JS ecosystem though. Anyway, thanks for bringing this up!
I'm still using Next.js in my work and projects because I still think it may be the best way to ship React to production, but it used to be something fun, enjoyable and productive. sometimes I feel a bit sad about the direction it's going in since the move from pages to the app router.
Re: Next.js 15.1 is unusable outside of Vercel
#13Earlier quoted context omitted.
I'm still using Next.js in my work and projects because I still think it may be the best way to ship React to production, but it used to be something fun, enjoyable and productive. sometimes I feel a bit sad about the direction it's going in since the move from pages to the app router.
Curious, anything specific that you'd highlight compared to a setup like Remix that make it easier to ship with Next?
Re: Next.js 15.1 is unusable outside of Vercel
#14Earlier quoted context omitted.
I'm still using Next.js in my work and projects because I still think it may be the best way to ship React to production, but it used to be something fun, enjoyable and productive. sometimes I feel a bit sad about the direction it's going in since the move from pages to the app router.
Curious, anything specific that you'd highlight compared to a setup like Remix that make it easier to ship with Next?
Re: Next.js 15.1 is unusable outside of Vercel
#15Re: Next.js 15.1 is unusable outside of Vercel
#16Re: Next.js 15.1 is unusable outside of Vercel
#17Next has become a joke. It’s mildly frustrating that with Remix’s inexplicable transformation into react-router, there’s few great react frameworks left (for me), I’m back to plain vite with tanstack router.
I use Next for a handful of small projects, and SEO was always touted as the big benefit to me.
I can just generate a bunch of static files, copy to S3, and be done. Is that not true anymore?
Re: Next.js 15.1 is unusable outside of Vercel
#18Next has become a joke. It’s mildly frustrating that with Remix’s inexplicable transformation into react-router, there’s few great react frameworks left (for me), I’m back to plain vite with tanstack router.
What are the best alternatives? Why Vite? I use Next for a handful of small projects, and SEO was always touted as the big benefit to me. I can just generate a bunch of static files, copy to S3, and be done. Is that not true anymore?
Re: Next.js 15.1 is unusable outside of Vercel
#19Next has become a joke. It’s mildly frustrating that with Remix’s inexplicable transformation into react-router, there’s few great react frameworks left (for me), I’m back to plain vite with tanstack router.