T
TanStack2y ago
inland-turquoise

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
equal-aqua
equal-aqua2y ago
Yes Call useQuery again with same params
inland-turquoise
inland-turquoiseOP2y ago
Done. Thanks mate

Did you find this page helpful?