Replies: 1 comment 5 replies
-
@mobiixi36 one option is to use manual querying |
Beta Was this translation helpful? Give feedback.
5 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 know that when I want to fetch data, with this library I can do something like this:
It works. But how to trigger the data fetching only when a button is clicked? , I know I probably could do something like
<Button onPress={() => {useQuery(myKey, fetchData())}}/>
, but how to manage the returned data and status...Beta Was this translation helpful? Give feedback.
All reactions