1 مستودع
Generates type-safe options for data fetching hooks, supporting paginated, streaming, and live data patterns.
Distinct from Type-Safe Query Generation: No candidate covers generating configurations for client-side query libraries from RPC contracts.
Explore 1 awesome GitHub repository matching web development · Query Library Configuration Generators. Refine with filters or upvote what's useful.
orpc is a contract-first API development framework for TypeScript that starts with a shared contract definition and generates type-safe clients and servers from that single source of truth. It guarantees end-to-end type safety, meaning inputs, outputs, errors, and streaming data are all checked at compile time across the client–server boundary. What distinguishes orpc from typical RPC frameworks is its ability to export contracts as OpenAPI specifications, to optimize server-side rendering by calling API handlers directly inside the server process, and to support real‑time bidirectional commu
Generates type-safe options for TanStack Query hooks with support for advanced data patterns.