Replies: 1 comment
-
Have a look at: https://react-query.tanstack.com/guides/prefetching |
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 am doing a query on a certain page, which takes a bit long. What is the best way to fetch that query in beforehand, so that data already get stored in the cache?
So when the user gets to the page that uses that query, the page is much faster!
Beta Was this translation helpful? Give feedback.
All reactions