Nuxt Fundamentals: Build Full-Stack Vue.js Apps

Watch this course for FREE this weekend only.
Create an account to start watching.

or

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