backbone
how can I globally set a "middleware" callback for all onErrors on my React Query calls?
See this custom link.
https://trpc.io/docs/client/links
5 replies
Can i fetch tRPC in different project
Yes
1.one client calling different tRPC servers, see official docs
2.different tRPC servers calling, you can init @trpc/client in server just working like client
3.other client like android, you can call the tRPC server like restful api (this is my opinion)
2 replies