Broader question, about SSR, Cache and prerender - Partial cache/prerender and Server Side Hybridization #5288
Unanswered
lukaszpolowczyk
asked this question in
Q&A
Replies: 1 comment 2 replies
-
You can mark a page prerenderable and use |
Beta Was this translation helpful? Give feedback.
2 replies
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.
-
A situation like this:
But what about the situation when:
That is: Static page + dynamically added small data.
It would be sort of Partial cache/prerender and (almost like) Server Side Hybridization.
Is such a thing within SvelteKit doable?
What I mean by this is that you don't need to create your own mechanism to combine a static daily page with dynamic data.
Beta Was this translation helpful? Give feedback.
All reactions