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•2y ago
Yes Call useQuery again with same params
inland-turquoiseOP•2y ago
Done. Thanks mate