UNPKG

create-t3-app-fork

Version:

Create web application with the t3 stack

11 lines (8 loc) 300 B
// src/utils/trpc.ts import type { AppRouter } from "../server/router"; import { createReactQueryHooks } from "@trpc/react"; export const trpc = createReactQueryHooks<AppRouter>(); /** * Check out tRPC docs for Inference Helpers * https://trpc.io/docs/infer-types#inference-helpers */