useQuery reactivity question
I am trying to understand what to expect when I pass the queryKey as an argument. When the value of the array or function I pass changes should I expect useQuery to recalculate the queryKey? does the same go for the other arguments?
0 Replies