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•16mo ago
Yes Call useQuery again with same params
correct-apricotOP•16mo ago
Done. Thanks mate