-
SummaryPartial prerendering seems to be a great step forward and I've been playing with
However, I haven't found any tutorial to do that and my own experiments haven't yielded any success yet. Especially in multi-tenant approach, it doesn't make much sense to generate fully static shells - and even in the PPR demo page it wouldn't be useful as-is - whenever the main product would change, the whole site would have to be rebuilt - instead of a simple regeneration. So my question is:
Additional informationNo response ExampleNo response |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
I think this is where the |
Beta Was this translation helpful? Give feedback.
I think this is where the
use cache
set of APIs kicks in - you can read about the bigger picture here, https://nextjs.org/blog/our-journey-with-caching