Operators are a key component of RxSwift and the ReactiveX API. They help make reactive programming powerful and flexible. In the previous episode, we explored operators that transform and filter the values emitted by an observable. This episode zooms in on operators that combine multiple observables into one observable. Combining observables is a common pattern and it can greatly simplify the implementation of a range of tedious tasks.
Subscribe to Cocoacasts Plus to watch this episode.
Building Reactive Applications With RxSwift
Combining Observables With Operators
by Bart Jacobs in RxSwift
Swift 5
Xcode 11
iOS 13
Building Reactive Applications With RxSwift
-
1 What Is Reactive Programming
07:46
-
2 ReactiveX, RxSwift, and RxCocoa
02:23
-
3 Installing RxSwift and RxCocoa
03:08
-
4 What Is an Observable Sequence
08:37
-
7 Combining Observables With Operators
09:40