Nuxt is still a vue framework, it uses Nitro to make it full stack. Personally I wouldn’t choose an all-in-one framework. The vitesse template shows you can compose most of the same functionality with separate packages: https://github.com/antfu/vitesse#features You can then choose a query library that supports graphsql like apollo or tanstack that fit your needs.
He’s Out Of Line But He’s Right
Strange, are you sure its still a vanilla github link? Or is lemmy or something else messing with it?
Its a fairly normal github link…
You can do fullstack, just pick and choose the layers in the stack yourself. That way you’re in control everywhere, and you can pick the best for your usecase.