Functional Groupings of RxJS Operators
RxJS Ooperator Groups

As we discussed in our previous article on Getting Started with RxJS the RxLibrary provides a long list of Operators to solve a variety of our use cases.

Each one of these operators provide declarative syntax to address unique requirements in your application development. These operators can help us avoid lot of custom implementations and save us lot of development and maintenance time.

We can implement complex business use cases just by using different combinations of these operators with minimal effort. These decalarative operators also make our code clean, roboust and less error prone.

From the functionality point of view, we may divided these operators broadly into the following main categories and we will look into them in more detail on their respective demo or group pages later on.