Content
@
0 reply
0 recast
2 reactions
Nastya
@nastya
Why Effect TS? I’m building a library that makes a lot of direct JSON-RPC requests, and Effect TS has been incredibly helpful for that. It comes with features that make handling requests much easier, like retrying, caching, batching, and timeouts. But my favorite part is the built-in tracing: - The library I’ve built has tracing tags for key functions - When I use this library in other apps, I can quickly identify bottlenecks by integrating service like Honeycomb - Knowing exactly which function is causing issues makes it much easier to fix and improve the library
1 reply
8 recasts
24 reactions
Rafi
@rafi
Effect is great for concurrent programming. It literally makes hard things easy. I even started writing throw away processing scripts in it because of how easy it is to handle failures, caching, and debugging
0 reply
0 recast
5 reactions