logoalt Hacker News

erispoetoday at 3:53 PM1 replyview on HN

Why not just use Effect? https://effect.website/


Replies

rirzetoday at 4:17 PM

He comments on this in the Hackernews post text:

> Effect-TS is the full-featured option in this space and has a large ecosystem. Pure Effect offers a different tradeoff. It covers the 80% case: testable pipelines, dependency injection, retry, and OpenTelemetry hooks, all in under 1 KB with zero dependencies and no new vocabulary to learn. Effect-TS is a framework you build around. Pure Effect, on the other hand, is a pattern you drop into existing code.