T
TanStack2mo ago
fascinating-indigo

Tracked properties mutation

Just wondering, the tracked properties (https://tanstack.com/query/v5/docs/framework/react/guides/render-optimizations#tracked-properties) is a feature only working for useQuery? Lets assume I am not using isPending from my useMutation, it seems like my component keeps rerendering?
1 Reply
causal-orange
causal-orange2mo ago
yep, only on useQuery

Did you find this page helpful?