Avoiding cache while fetching on mount once #2171
Unanswered
cubecleveland
asked this question in
General
Replies: 1 comment 6 replies
-
if the query is not in the cache, it would need to re-fetch on every render - that wouldn't be good :/ there are ways to do it, but what's your use-case please? |
Beta Was this translation helpful? Give feedback.
6 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.
-
HI Guys,
I am sure this question was asked before under other cirumcrtences...
I want to fire a query and NOT save it in cache at all......
So the query will fire every time on remount WITHOUT using the cache...
I looked at staletime but i think the query still stays in the chache...
Thanks,
Beta Was this translation helpful? Give feedback.
All reactions