How to cache a full page with revalidation logic without using SSG or ISR? #84377
Unanswered
abhishekmardiya
asked this question in
Help
Replies: 0 comments
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.
Uh oh!
There was an error while loading. Please reload this page.
-
I want to implement caching for a full page along with revalidation logic, but without relying on SSG or ISR
I’m currently using
v15.5.4
. Does unstable_cache or a similar method work for this use case?Is there a recommended way to achieve this, or any best practices I should follow?
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions