MattèoM
tRPC2y ago
1 reply
Mattèo

Can I perform react query queries without using a trpc procedure, using useQuery standalone

Hey, I need to perform a client site request, and I can't implement it with TRPC, so can I use regular useQuery method in my Next.js app ? Will the useQuery will be attached to the React Query context of TRPC ?
Was this page helpful?