Nuxt 3: SSR, CSR and hybrid rendering

Nuxt 3: SSR, CSR and hybrid rendering
Sign in to get access

“SSR everywhere” is as wrong as “SPA only”. Nuxt 3 route rules: SEO pages on server, cabinet in the browser.

`routeRules: { '/cabinet/**': { ssr: false } }` — common pattern: public pages on SSR, cabinet in the browser. Public API via runtimeConfig.

Sign up to read the full article.

enter email
send code

By clicking «send code», you accept the terms of use and consent to personal data processing.