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