Content pfp
Content
@
0 reply
0 recast
2 reactions

Nastya pfp
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

Kirill	Bilozir pfp
Kirill Bilozir
@killbil
That's awesome to hear how Effect TS has been instrumental in enhancing the functionality of your JSON-RPC requests library! The built-in tracing feature sounds like a game-changer for identifying and addressing performance issues efficiently. Integrating with services like Honeycomb for pinpointing bottlenecks is a smart move for optimizing your library. Keep up the great work!
0 reply
0 recast
0 reaction