Nuxt has always been a strange tool that doesn’t really fit well into any good use case, unless your only experience is Vue and Nuxt. Hard to see the real reason for Vercel to do this. The pessimist in me wonders if perhaps they are hoping to influence how Vue is developed in the same way they now influence how React is developed after hiring several React team members. But even that doesn’t seem that likely consider…
> doesn’t really fit well into any good use case I agree. If you want an SPA just use Vue's official router. It's getting better now thanks to Eduardo working on file-based router, data loaders, Pinia colada, etc. If you want a static site or MPA, Astro really seems like a better choice than Nuxt. https://uvr.esm.is/ https://pinia-colada.esm.dev/
NuxtLabs is joining Vercel
21–30 of 83 posts
Re: NuxtLabs is joining Vercel
#22I know Nuxt is not Vue itself, and I'm not saying Vue is no longer independent — but I do think it's worth remembering that independence is something highly valued in the Vue community.
Re: NuxtLabs is joining Vercel
#23Earlier quoted context omitted.
Astro is nice, but its a different model than Nuxt, more suited to static sites.
I'm just reading the docs and it seems more capable than that: https://docs.astro.build/en/concepts/islands/#server-islands I have also just discovered a dedicated section for the migration from Nuxt to Astro: >Key Similarities between Nuxt and Astro Nuxt and Astro share some similarities that will help you migrate your project: - Astro projects can also be SSG or SSR with page level prerendering. - Astro uses file-b…
But Astro's model is "generate markup once, serve statically".
Nuxt's model is "Server-Side JavaScript"
Re: NuxtLabs is joining Vercel
#24there's lots to say here, but from my point of view, Vercel's backing Nuxt largely _because_ of our open vision.
our open approach isn't an optional extra. it's a core value we all share on the team - and indeed, I think, is as close to a core value of the web as I know.
we've pioneered cross-framework adapters and the provider pattern in all we build and there is no way we are changing direction or vision.
nuxt remains an independent framework, like svelte. the fact that a number of us on the team are employed to work full time on OSS is _great_ news for OSS sustainability.
Re: NuxtLabs is joining Vercel
#25Pretty incredible that now Next.js, Svelte/kit and Nuxt will be under Vercel. This could be a great thing as now all of these devs are much better supported in their work, but I’d be lying if I didn’t say that this situation makes me quite nervous.
Tale as old as… well, the 60’s… but still, it’s an old tale.
Re: NuxtLabs is joining Vercel
#26Earlier quoted context omitted.
Vercel isn't a competitor to Nuxt. Vercel benefits from allowing any frontend framework to be deployed on their service. All you have to look at is Svelte, which Vercel hired all the developer of, and that turned out to be a great thing. Svelte and SvelteKit are better than ever and nothing they have done since has shown to be forced by Vercel.
Vercel benefits from moving as much of the logic to the server (their paid services) as possible.
Re: NuxtLabs is joining Vercel
#27Nuxt has always been a strange tool that doesn’t really fit well into any good use case, unless your only experience is Vue and Nuxt. Hard to see the real reason for Vercel to do this. The pessimist in me wonders if perhaps they are hoping to influence how Vue is developed in the same way they now influence how React is developed after hiring several React team members. But even that doesn’t seem that likely consider…
Re: NuxtLabs is joining Vercel
#28Nuxt has always been a strange tool that doesn’t really fit well into any good use case, unless your only experience is Vue and Nuxt. Hard to see the real reason for Vercel to do this. The pessimist in me wonders if perhaps they are hoping to influence how Vue is developed in the same way they now influence how React is developed after hiring several React team members. But even that doesn’t seem that likely consider…
> Hard to see the real reason for Vercel to do this. Next supremacy is very obvious Kills all those Linkedin threads about moving away from Next. Kills the indecision for what employment-seeking devs need to optimize for. Makes those job descriptions less all over the place and even more Next focused
Re: NuxtLabs is joining Vercel
#29This is awful news unless hopefully this REALLY doesn't influcence the development into a more react-y way away from Vue.
Re: NuxtLabs is joining Vercel
#30Nuxt maintainer here. there's lots to say here, but from my point of view, Vercel's backing Nuxt largely _because_ of our open vision. our open approach isn't an optional extra. it's a core value we all share on the team - and indeed, I think, is as close to a core value of the web as I know. we've pioneered cross-framework adapters and the provider pattern in all we build and there is no way we are changing directio…