Every state change causes refetch #3056
Unanswered
iamclaytonray
asked this question in
General
Replies: 1 comment 8 replies
-
How would you like it to behave please? |
Beta Was this translation helpful? Give feedback.
8 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 have a simple search screen. I type in an input (controlled via useState) and every onChange event triggers useQuery to refetch. I am feeling pretty stupid because I've tested this with Apollo, URQL, and React Query. I'm obviously missing something. How do I prevent this type of refetching?
Beta Was this translation helpful? Give feedback.
All reactions