December 26, 2023
✨ RxJS in a Nutshell
Here is a short excerpt from RxJS documentation:
"If we remove the ReactiveX types surrounding creating, subscribing, executing and disposing observables, we're left with rather straightforward JavaScript:
The reason why we use Rx types like Observable, Observer, and Subscription is to get safety (such as the Observable Contract) and composability with Operators."
Source: RxJS Documentation