Rxjs was introduced to eliminate the callback hells that occur in traditional java script.
Here there are some concepts we should have a clear understanding of. Without knowing those concepts it is unable to get a good understanding of how to use this library.
Before move into reactive programming, let’s have a look at traditional programming. Have a look at most simple code segment,