[✨] manually preload a new route when you know you'll need it #134
riencoertjens
started this conversation in
Proposals For Qwik
Replies: 2 comments
-
|
Manual prefetching should be possible by exposing loadClientData function in use-endpoint.ts |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
We moved this issue to |
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.
-
Is your feature request related to a problem?
discord thread
Describe the solution you'd like
I have this page, where I have an animation that I want to complete before doing the navigation, it would be nice if there was a way to already start preloading the next page
Describe alternatives you've considered
It would be nice if I could do something this to
sort of what happens when you hover over a link
Additional context
additionally and a more broader but similar feature would be to have different prefetch behaviour like in remix:
Beta Was this translation helpful? Give feedback.
All reactions