TanStackT
TanStack4y ago
9 replies
verbal-lime

Using TRPC's react-query hooks in router

https://github.com/TanStack/router/blob/beta/examples/react/with-trpc-react-query/client/main.tsx*

The whole point of me using TRPC was to not having to use fetch/axios/insert-other-fetching-lib but the example for TRPC and react-query uses axios. Is it possible to use only TRPC in the router loader functions but use TRPC through query-hooks in the components?
Was this page helpful?