17.2 Operators
The operators represent the core of RxJS. If you use the library without the operators, that is, only the observables and observers, you only have an EventEmitter with some limitations, which we’ll describe in Section 17.3 on RxJS subjects. ReactiveX define a variety of different operators. To be able to keep the overview in this context, several tools are available to you. In a first, rather rough overview, the operators are divided into several categories:
-
Creation operatorsThese types of operators are used to generate new observables.
-
Transformation operatorsYou can use these operators to convert data packages of an observable into a different form.
-
Filtering operatorsThese operators allow you to respond only to specific ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Read now
Unlock full access