6 ms·
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
by smg 8y 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/1r2V1sLG8JSSk8txiLh4wfTkom-BoOsk52FgPBy8o3RM/edit#slide=id.g1236b1e2d6_0_314 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?
- scanr 8y agoWould love to. Do you know where I could find some in the wild? They often help inform what functions to add to axax.
- smg 8y agoHere are some Rxjs examples from an older version of the library https://github.com/Reactive-Extensions/RxJS/tree/master/examples https://github.com/Reactive-Extensions/RxJS/tree/master/exam...