RxJS: Avoiding rxjs-compat
Introducing unintentional dependencies on rxjs-compat
is something that I see developers doing every now and then. Let’s have a look at rxjs-compat
to see what it is, how it works and how depending upon it can be avoided.
If you’re only interested in avoiding the dependency, skip to the TL;DR at the bottom of the article.