Highlighting API Consistency Improvements

Learn about the API consistency improvements in RxJS 7.

We'll cover the following

RxJS 7 also ships with a fix for some weird behavior in the library.

Improvements in operators

Let’s consider the example of a concat operator:

Concat: Creates an output observable, which sequentially emits all values from the first given observable and then moves on to the next.

Let’s consider the following sample if executed on RxJS 6:

Get hands-on with 1200+ tech skills courses.