RxJS Operators

Let's explore what operators are, and the different categories of operators RxJS provides.

What are the operators?


Operators are functions that allow us to write more elegant and easier to read asynchronous code.


These operator functions are designed to be declarative so that when we’re using them, it is clear from the code what we’re doing. This helps us when we are working on a large codebase or as part of a team on a large project, where various developers share the code.

Get hands-on with 1200+ tech skills courses.