Get the big picture — RxJS & Reactive Programming
RxJS is the best known library for reactive programming in JavaScript. Reactive programming is mainly concerned about handling asynchronous data streams.
If you have never worked with reactive programming before, it is going to be though, since you have to think in a completely different way as you are used to. However, once you get the hang of it, you will (or at least should)…