T
TanStack3w ago
graceful-blue

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
eager-peach
eager-peach3w ago
yep, only on useQuery

Did you find this page helpful?