queryClient through microservices (libraries)
Hey, im wondering about how to manage to share queryclient from an app into some microfrontend (libraries).
Could it be pass by props in a configuration object ? is there a better way ?
Then in librairies, would it be okey to pass the queryclient into a QueryClientProvider, or should I pass it to all my queries ?
Appreciate sharing about this implementation,
Thanks everyone
0 Replies