Per-route ssr
[issue link]Is it possible to define which routes are rendered fully server-side and which are served in SPA mode?
The use-case I am thinking of is I have a small “marketing” area including a homepage which need to be search engine crawlable so ssr is a must. The majority of the site would be hidden behind authentication, so the added overhead of ssr is unnecessary for these areas.
Thanks for any tips!