Combine It in Swift
Details
Probably one of the more notable items revealed during WWDC is SwiftUI. But it has a counterpart, another half of the picture. So, If SwiftUI is the front end that renders the content, then Swift Combine is the backend that delivers the data for that. Apple describes Combine as a way to handle asynchronous values (or events) over time.
If you’ve done any work with RxSwift, then you’ll be quite familiar with the paradigm. Combine is Apple's solution for solving the same problem that RxSwift aims to solve. However, they do have their differences and it could take some time to wrap your head around them.
This meetup we’ll introduce and focus on the Combine framework and some of the concepts required to understand it.