Implementation of "Hybrid" Rendering as is for example in Nuxt 3 #16881
Unanswered
jirka124
asked this question in
CLI - SSR mode
Replies: 1 comment
-
well, already found out that building 3 apps isn't ideal. So will go with path of own Extension. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I´m trying to make hybrid rendering in my school bachelor using SSR mode + SSG extension. Another modes that should be available are ISR and CSR (SPA). The middleware structures are done in a great way enough to support the combining of SSR, SSG, ISR. These can be easily implemented, but now I´m looking for a way to add CSR for a selected route. But only option that comes to my head is building the app for SPA and then copying and serving the generated index in SSR middleware, firstly I don´t know whether or not would it work and secondly it feels like a super weird way of doing it. I really like this framework, so don´t want to write that it is not possible or only possible with such weird workaround. Any Ideas?
Is there any way to implement CSR for a given route in SSR mode?
Beta Was this translation helpful? Give feedback.
All reactions