Split an RxJS Observable into Groups with groupBy

André Staltz
InstructorAndré Staltz

Social Share Links

Tweet

groupBy() is another RxJS operator to create higher order observables. In this lesson we will learn how groupBy works for routing source values into different groups according to a calculated key.