Learn Vue JS course Learn Javascript and Vue JS Learn VueJS course Learn VueJS Tutorial

Nuxt 3 Fundamentals: Build Full-Stack Vue.js Apps

Hybrid Rendering with Nuxt

In this lesson, we experiment with the routeRules option for nuxt.config.ts. This option allows us to render pages differently based on it’s route. This means we can split up a single application and make some pages an SPA, other pages static (indefinitely or with SWR), and other pages SSR. This is known as "Hybrid Rendering”.

Links