DEV Community

Cover image for Angular app to understand rxjs operators
Salim Chemes
Salim Chemes

Posted on

2

Angular app to understand rxjs operators

One of the most complicated things on reactive development is to understand how rxjs operators work.
It's is very common scenario to don't recognize which is the best operator to implement based on your needs.

The first step is to know the types. So before selecting an operator it was helpful for me identify to which type belongs to. You can take a look to the types here

There are many great resources to learn rxjs. Anyway, the best (probably the only) way to fully understand is practice, practice and more practice.

Instead of creating a post with examples and only theory content, I have created a simple app that allows you to navigate types and operators with code snippets.

This is what I've used to build the application:

app link: https://awesome-sammet-a68543.netlify.app/

Disclaimer: I did not include all rxjs operators, just some of them. Some examples are in progress I will continue adding more details

Image of Datadog

The Future of AI, LLMs, and Observability on Google Cloud

Datadog sat down with Google’s Director of AI to discuss the current and future states of AI, ML, and LLMs on Google Cloud. Discover 7 key insights for technical leaders, covering everything from upskilling teams to observability best practices

Learn More

Top comments (0)