effect-orpc supports oRPC router composition patterns.
Apply options to a router
router.ts
Prefix and tag a router
prefix-and-tag.ts
Lazy routers
Use.lazy(...) for lazy-loaded routers.
lazy.ts
Mix router leaves
Routers can contain standard oRPC procedures and Effect procedures.mixed.ts