How to prefetch dependent queries #4070
Unanswered
Phaster911
asked this question in
Q&A
Replies: 1 comment
-
What is typescript telling you? Which approach have you tried so far? Can you show some code, best in a minimal codesandbox reproduction? |
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.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello again, I have the following situation:
Everything works fine when changing the page by clicking but I wanted to implement prefetching when the user hovers the mouse over a page control, however, you can't have prefetching with dependent queries, at least that's what typescript tells me.
Is there a recipe for this situation or should I just rely on the dependency between queries to make the second request when the list results page does change?
Beta Was this translation helpful? Give feedback.
All reactions