utils/trcp.ts
ssr: true
pages/index.tsx
const hello = trpc.hello.useQuery({ text: 'client' }); if (!hello.data) { return <div>Loading...</div>; }
Join the Discord to continue the conversation
Move Fast & Break Nothing. End-to-end typesafe APIs made easy.
4,724 Members