DeepFrontend
Learning Paths
Practice
System Design & DS
Design Studio
Data Structures Curriculum
Real-World Case Studies
Careers
Job Board
Resume Builder
Blog
Sign in
Search
⌘K
Go Pro
Loading compiler resources...
API Development Quiz Practice
Active Recall Drill Session
← Exit Session
Question 1 of 1
medium
API Development
What is the ONE hard constraint that makes tRPC's approach possible?
A
The server must use a NoSQL database
B
Both the client and server must be TypeScript, sharing the router's type directly (typically via a monorepo) — there is no cross-language equivalent
C
The API must use GraphQL under the hood
D
tRPC requires a paid license for production use
Check Answer