Replies: 1 comment 2 replies
-
|
The behavior seems expected. As far as I can guess, what next.js does for Btw, |
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.
-
nextjs has this cacheLife function implemented using an Async Local Storage.
I failed doing the same (ALS.run in entry.rsc) but failed because:
See stackblitz for what I have tried so far
Beta Was this translation helpful? Give feedback.
All reactions