Replies: 1 comment 1 reply
-
defaultSsr: false and only set those to ssr:true that you want to enable? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hey, I'm looking for advice on how you would archive this that I describe in the title. If I want to have an SSR root page (/) and maybe a couple more SSR routes, like the /about... and all others to be CSR? How would you archive this?
I have been trying to set the router, with some pages with ssr: true and the other way around, starting with some pages with ssr: false. But I'm not sure if there's a recommended way in the community.
Beta Was this translation helpful? Give feedback.
All reactions