T
tRPC
How to use trpc react hooks from an external data source
How to use trpc react hooks from an external data source
Message Not Public
Sign In & Join Server To View
Message Not Public
Sign In & Join Server To View
Message Not Public
Sign In & Join Server To View
Looking for more? Join the community!
T
tRPC
How to use trpc react hooks from an external data source
T
tRPC
How to use trpc react hooks from an external data source
Recommended Posts
NextJS & Keystone CMS, issues when connecting both in a monorepoHello everyone,
so I have a monorepo with NextJS and keystone cms, both are running trpc v10beta.15Best practices for implementing an offline applicationHey there! I'm building a full stack react-native app with Expo and a tRPC backend. I'd like for thisomehow when move typed function out of the router files, frontend infer type to be any ?this is inferred corrected since they are in the same file.
```
getX: t.procedure.query(() => {
retBig companies that use tRPC?Some of my fellow colleagues were wondering if there are any big companies that use tRPC and how matMigrating to V10 from V9If someone has some ideas on what I might have screwed up when trying to bump tRPC for this public sAuthentication broke after bump to v10 from v9Anyone that has any suggestions on what might have caused this?
I get the following error when tryiShow a spinner when any mutation is loading?Looking to show an activity spinner in the header of our application whenever a mutation is in flighSharing schemas between server and clientIn a typical nextJs setup, what is the idiomatic way to share zod schemas between frontend and backev10 Migration interop, router doesnt have attributesHi, i've tried to migrate like stated in the docs, these are my routers. Question: Shouldn't appRoutRecommended file structure for next.js?Hey all - using tRPC heavily with next.js and it's great. Our main `[trpc].ts` file is getting huge Unhandled Runtime ErrorTRPCClientErrorCall Stack
Function.from
node_modules\@trpc\client\dist\TRPCClientError-09b8a26b.esm.js (57:0)
transSharing middleware between TRPC serversWe currently have *microservices* REST API's on Cloudflare Workers and I'm thinking about moving thiIs `trpc.withTRPC` for Next supposed to work with pages or only `_app`?I'd love to only have TRPC mount on certain pages of my Next.js app. Is this currently supported?Are there any example of subscriptions working with react native ?queries and mutations are working pretty well with react native, I'm unable however to get subscriptRecommended way to prefetch client-sideIn react-query, you can do
```
queryClient.prefetchQuery(['todos', input], queryFn)
```
In trpc, IRevalidate API route from procedureHi, is there a way to revalidate a statically generated page from a trpc procedure?
https://nextjs.