SSR/SSG:
SPA/SSG:
+prerender (boolean) => disable/enable (on page-by-page basis)+ssr (boolean) => toggle SSR/SPA (on page-by-page basis)+data.client.js => 100% client-side data fetchingEasily create SPA like the old days.
=> surprisingly hard with other frameworks (but shouldn't!)