Hacker News new | ask | show | jobs
Show HN: Eventkit- a better way to work with data streams in JavaScript (github.com)
2 points by hntrl 431 days ago
Hey HN! I've spent the last few weeks working on eventkit, an open source library designed for working with data streams in TS/JS.

I had a need to track all the work associated with handling application events. If you're familiar at all with reactive systems or what that entails, having this sort of functionality is super important.

If you're familiar with observables or RxJS, this library is very similar but with better side effect management and using async generators. (I found an old HN comment that's somewhat related [1])

[1] https://news.ycombinator.com/item?id=36911516

I'd love to hear your feedback!