<Link> Prefetch full side including all <Supsense> boundaries #78837
Unanswered
LasseRosenow
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.
-
Summary
I want my page to be without any loading states at all if possible.
The
<Link>
component automatically prefetches pages when the<Link>
is in the viewport, but it only prefetches everything until the first<Supsense>
boundary, if I am correct.I need it to prefetch the
whole page
, so that when the user clicks on a<Link>
it will render immediately and I don't need to wait for loading spinners to finish.Is there any way to do this?
Additional information
No response
Example
No response
Beta Was this translation helpful? Give feedback.
All reactions