TanStackT
TanStack17mo ago
2 replies
scornful-crimson

How to access cached data from React Query in a different component?

I have fetched data using useQuery in one component, and now I need access to that same data in another component that is not a child of the first component. Should I refetch the data in the second component, or is there a way to access the cached data from React Query without refetching it?
Was this page helpful?