Make prefetch functionality work when both loaders are defined #13299
jakubszpil
started this conversation in
Proposals
Replies: 1 comment 1 reply
-
The problem is that your clientLoader may never call your serverLoader, so how does the framework know if you're going to use it? Maybe you don't want to use the server loader after SSR, and only use clientLoader from that point. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
is there any posssibility that link prefetch functionality will work when both loaders are defined (client and server)?
For example
routes/search.tsx
For this scenario, calling
/search
won't prefetch any of defined loadersIt would be nice if at least serverLoader was prefetched
Beta Was this translation helpful? Give feedback.
All reactions