#trpc

[ follow ]
#typescript
InfoWorld
8 months ago
JavaScript

Intro to tRPC: Integrated, full-stack TypeScript

tRPC combines server-side JavaScript with strong typing in TypeScript to allow developers to define and interweave the client and server in a united syntax.
tRPC directly infers and applies TypeScript endpoints, eliminating the need for an intermediary API definition like OpenAPI or GraphQL. [ more ]
Medium
8 months ago
Vue

5 Tools and Patterns for Typesafe APIs

Zod is a TypeScript-first schema declaration and validation library that provides enhanced typesafety.
tRPC is a tool that allows the development of typesafe APIs without schemas or code generation. [ more ]
InfoWorld
8 months ago
JavaScript

Intro to tRPC: Integrated, full-stack TypeScript

tRPC combines server-side JavaScript with strong typing in TypeScript to allow developers to define and interweave the client and server in a united syntax.
tRPC directly infers and applies TypeScript endpoints, eliminating the need for an intermediary API definition like OpenAPI or GraphQL. [ more ]
Medium
8 months ago
Vue

5 Tools and Patterns for Typesafe APIs

Zod is a TypeScript-first schema declaration and validation library that provides enhanced typesafety.
tRPC is a tool that allows the development of typesafe APIs without schemas or code generation. [ more ]
moretypescript
[ Load more ]