T
tRPC

Do tracked properties still work when using useSuspenseQuery?

Do tracked properties still work when using useSuspenseQuery?

DDavid7/29/2023
From the React Query docs:
By default, access to properties will be tracked, and the component will only re-render when one of the tracked properties change.
By default, access to properties will be tracked, and the component will only re-render when one of the tracked properties change.
AKAlex / KATT 🐱7/29/2023
It'll work the same as react query

Looking for more? Join the community!

T
tRPC

Do tracked properties still work when using useSuspenseQuery?

Join Server