DEV Community

Discussion on: Reactive Programming in JavaScript with RxJS.

Collapse
 
sadarshannaiynar profile image
Adarsh

Great article Sagar. Very indepth explanation on Observables. I just don't understand why RxJS hasn't picked up that much with it's advantages. I hope people start using it after reading your article.

Collapse
 
sagar profile image
Sagar • Edited

RxJS is powerful library around us but due to complexity people absolute ignore it. Bigger companies like Netflix, Google used rxjs in their project for handling massive amout of data. We should implement in our next project. Thank of response.