Deliver Synchronous Values with the RxJS of() Operator

InstructorAndré Staltz

Share this video with your friends

Send Tweet

RxJS is a lot about the so-called "operators". We will learn most of the important operators, one by one. In this lesson, we will see our first creation operator: of().

If you want to deliver synchronous values in the sequence, you use of() instead of writing boilerplate.