Hacker News new | ask | show | jobs
by antonvs 1459 days ago
For me Angular's use of rxjs is a killer feature. Our back end code relies heavily on streaming computations, and rxjs provides a great front end complement to that.

Powerful tools often put people off because they appear complex. Often that complexity is at least partly an illusion - once you've learned the abstractions, much of what seemed to be complexity can actually be very simple.

1 comments

yep i really like using rxjs now. i find using "await lastValueFrom(<observable>)" keeps code nicely readable and flat. it has 38m weekly downloads on npm so should be around for a good while.