Add granular control to defer #5265
jinglesthula
started this conversation in
Proposals
Replies: 1 comment
-
Would love to be able to defer loads on the server. Related: #5226 |
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
Uh oh!
There was an error while loading. Please reload this page.
-
I propose, adding a couple things to augment defer.
It would be great to indicate that you want to defer for initial load, but not for revalidation.
The corollary is to also add support the opposite where you can indicate that you want to wait on initial page load, but defer for revalidation.
I’m not sure whether it makes sense to Allow for further differentiation between server navigation and client navigation. No real use case where you might want to be able to do one or the other of those comes to mind immediately, but maybe some people can think of one more that would be really handy.
Beta Was this translation helpful? Give feedback.
All reactions