Effect CommunityEC
Effect Community8mo ago
3 replies
Riordan

Challenges with TypeScript Performance Using Effect/RPC with Complex Schemas

We have quite crazy schemas but have scraped by ok in terms of typescript perf when we used trpc by only passing branded strings over the wire (and therefore keeping type complexity in routers confined largely to inputs). Now that we're using effect/rpc more (the new layer based api) we are finding that typescript is giving up pretty quickly.
Was this page helpful?