is there a definitive solution to the slow language server/compilation issue?
Pass query as prop with ProcedureUseQuery
How can I set a Cookie from the server (for the login)?

How to get access to the types generated by the server in the frontend (React)?
data: any
to the correct type?
```
import { trpc } from "../utils/trpc";
...Types not being shared with the frontend
createTRPCProxyClient
solved this problemHow can you extract the mutation type signature?
How to treat mongoose/mongodb ObjectIDs as their serialized string values on the frontend?
Union context type to allow incremental upgrade to App router

Transform server response on the client before caching
TypeError: Cannot read property 'useState' of null
@trpc/client
in react. I am using Expo React Native
and Expo App Router
here is the provider
```tsx
import { QueryClient, QueryClientProvider } from "@tanstack/react-query";...Procedure shows as `any` unless it's a mutation
[TRPCClientError: opts.signal?.throwIfAborted is not a function (it is undefined)]
yarn install
and started getting this error.failed to parse json
failed to parse JSON
.
this is what im calling internalApi.user.getUserById.query();
ive trying logging the incoming call in the server but the request doesnt even seem to reach the server...
default TRPCError, try/catch & dealing with DatabaseErrors
Express.JS and tRPC
performance profiling tool for Trpc
TRPCClientError: Unable to transform response from server
How to improve typescript performance?
tRPC has long been my favorite tool to use. However, as time has passed, my application has grown slightly bigger, and now I cannot see how it will be possible for me to continue using it... I need a way for tRPC to be scalable, to allow for the creation of hundreds of endpoints and not have to constantly worry about my editor performance. But... it's getting increasingly hard to do this. So much so that I am considering moving off it to something more scalable....

websocket testing
Cron job with tRPC