My FeedDiscussionsHeadless CMS
New
Sign in
Log inSign up
Learn more about Hashnode Headless CMSHashnode Headless CMS
Collaborate seamlessly with Hashnode Headless CMS for Enterprise.
Upgrade ✨Learn more

Opinions on RxJS

Matt Strom's photo
Matt Strom
·May 20, 2018

Have used it and love it

29%

Have used it and hated it

12%

Haven't used but see the value

35%

Haven't used and don't see the value

24%

17 votes · Closed

I love using RxJS, which is the JavaScript implementation of Reactive Extensions, a library for doing functional reactive programming. RxJS makes implementing complex asynchronous behavior exponentially easier. It just feels good to use RxJS.

RxJS can have a steep learning curve, so I'm particularly curious about the opinion of those who have made it over the hump. Did you see the value before or only afterwards? I'm also curious about people outside of the Angular sphere that use RxJS since it is baked into Angular 2+.