Back to Trpc

A minimal React tRPC example

examples/minimal-content-types/README.md

11.16.0236 B
Original Source

A minimal React tRPC example

Requires node 18 (for global fetch).

Playing around

bash
npm i
npm run dev

Try editing the ts files to see the type checking in action :)

Building

bash
npm run build
npm run start