Hacker News new | ask | show | jobs
by smg 2904 days ago
Great work!

From the presentation by Benjamin Gruenbaum - `Why Async Iterators Matter` there is slide where he shows how some Rxjs code can be rewritten using async iterators.

https://docs.google.com/presentation/d/1r2V1sLG8JSSk8txiLh4w...

Is there a chance we could see some more examples of complicated Rxjs patterns being replaced by code using Axax?

1 comments

Would love to. Do you know where I could find some in the wild? They often help inform what functions to add to axax.
Here are some Rxjs examples from an older version of the library

https://github.com/Reactive-Extensions/RxJS/tree/master/exam...