T
TanStack16mo ago
correct-apricot

how to access react query fetched data in all component

I have fetched data in my home component but I want to access the same data in my nested component, is it possible to access the data globally without passing as props.
2 Replies
like-gold
like-gold16mo ago
Yes Call useQuery again with same params
correct-apricot
correct-apricotOP16mo ago
Done. Thanks mate

Did you find this page helpful?