LukaL
tRPC3y ago
4 replies
Luka

React Query client and caller client under one object

Would love to know if it is possible to have caller and react query clients under one object?

I feel like it would be great to go api.cart.getCartItems() in server components that would utilise caller and api.card.getCartItems.useQuery() in client components.
Was this page helpful?