T
tRPC
Can i fetch tRPC in different project
Can i fetch tRPC in different project
Looking for more? Join the community!
T
tRPC
Can i fetch tRPC in different project
T
tRPC
Can i fetch tRPC in different project
Recommended Posts
Importing AppRouter types from an external repoI've got a production T3 app already in production. I've created a fresh expo app to start building TypeScript type for request object for route handlersSo far I've been writing my routes like:
```typescript
export const router = t.router({
helloWorlTyped wrappers for proceduresI have a TRPC client with working queries and mutations. I wanted to create wrapper functions for alAre TRPC server procedures actual endpoints? Meaning can you directly do a `post` request to them?Lets say you have a public procedure called `getHelloWorld`, can you hit it by doing `localhost:3000