DEV Community

Discussion on: What's the RxJs/ NgRx code bit that you are most proud of?

Collapse
 
johannesjo profile image
Johannes Millan • Edited

RxJs is really powerful in expressing complex flows with just a couple lines of code. Imagine the above example with timeouts. At least to me it would look a little messy in comparison and the befits start to increase the more complex the code is.

Let me quote from this article: "...it is a powerful tool that turns complicated series of actions into concise code that is easy to manipulate".