Skip to content
CodeWiki
Practice
Paths
Tracks
Cheatsheets
Playground
Glossary
AI era
Search
⌘K
English
English
Chinese
Practice
Paths
Tracks
Cheatsheets
Playground
Glossary
AI era
English
English
Chinese
Practice
/
Quiz
/
Backend
/
tRPC
Why does a tRPC procedure still need a runtime input parser when its TypeScript client ha…
from tRPC
Node 24
intermediate
1 min
Why does a tRPC procedure still need a runtime input parser when its TypeScript client has inferred input types?
TypeScript types are erased, and network callers can send values that were never type-checked.
The parser downloads the router implementation into the browser.
The parser makes every mutation transactional.
Check
Ask AI about this kata
Report an error
previous kata
Two mutations are sent together through httpBatchLink. What transaction guarantee does th…
Quiz
next kata
What does this program print?
Predict the output
A new version is available
Reload