
Typical architecture
- Nuxt app: Handles UI, SSR, routing, and some light data orchestration.
- Backend API: Exposes REST/GraphQL endpoints, handles business logic, auth, and data persistence.
...In practice, many real‑world apps use a hybrid approach:
- External API: Core business logic, data models, and long‑lived endpoints.
- Nuxt server routes: BFF layer that adapts the external API to the needs of the Nuxt app.This gives you the best of both worlds: a reusable backend plus a Nuxt‑specific layer optimized for your UI and SSR.
Source [web-archive]
// Backend‑for‑frontend (BFF)
There's a wish there was more about the concepts and more strict difference between those stated, but regardless, thank you!
I've been into PHP and web-dev for around two decades now...
And with quite much experience, I do the projects, flows and Communities of PHP, Laravel, Symfony, and sure the frequent and brilliant VueJs, InertiaJs, and, Nuxt! ✨
Nurev - Nuxt On-demand revalidation with multiples backend options
2mon 17d ago by lemmy.world/u/Serroda in nuxt@programming.dev from codeberg.orgMigrate Large Applications Efficiently from Vue.js To Nuxt.js
1y 5mon ago by programming.dev/u/canopas_software in nuxt@programming.dev from canopas.comThe Evolution of Shiki v1.0 · Nuxt Blog
2y 3mon ago by programming.dev/u/starman in nuxt@programming.dev from nuxt.comNuxt 3.9 · Nuxt Blog
2y 5mon ago by programming.dev/u/starman in nuxt@programming.dev from nuxt.comAnthony Fu on Nuxt Blog: Nuxt DevTools v1.0
2y 6mon ago by programming.dev/u/starman in nuxt@programming.dev from nuxt.comNuxt UI 2.10 with 4 new components is out
2y 7mon ago by programming.dev/u/starman in nuxt@programming.dev from github.comNuxt 3.8 has been released
2y 7mon ago by programming.dev/u/starman in nuxt@programming.dev from nuxt.comNew nuxt content website
2y 8mon ago by programming.dev/u/starman in nuxt@programming.dev from content.nuxt.comNuxtNation: The largest nuxt conference
2y 8mon ago by programming.dev/u/starman in nuxt@programming.dev from nuxtnation.comNuxt SEO Experiments v3
2y 11mon ago by programming.dev/u/starman in nuxt@programming.dev from nuxtseo.comNuxt OG Image v2
2y 11mon ago by programming.dev/u/starman in nuxt@programming.dev from nuxtseo.comRelease v0.6.2 of Nuxt DevTools
2y 11mon ago by programming.dev/u/starman in nuxt@programming.dev from github.com













