DEV Community

Discussion on: RxJS and Angular, I'm not feeling it

Collapse
 
anduser96 profile image
Andrei Gatej

In my opinion, rxjs is a great tool and has a lot of use cases.

On a recent angular project I solved a tricky problem using rxjs and I couldn’t think of another way without using the magic of rxjs.

My point is, things make more sense with time and experience. Not to mention there’s a lot of articles out there that deep dive into concepts.

Of course, rxjs brings another layer of complexity which is why you shouldn’t use it if you are just making simple api calls for example. But there are certain situations where this tool could save the day.