Reactive Programming in iOS with Combine

Feb 4 2021 · Swift 5.3, macOS 11.0, Xcode 12.2

Part 1: Getting Started

05. Conclusion

Episode complete

Play next episode

Next
About this episode

Leave a rating/review

See forum comments
Cinema mode Mark complete Download course materials
Previous episode: 04. Challenge: Create a Blackjack Dealer Next episode: Part 1 Quiz: Reactive Programming in iOS with Combine

Get immediate access to this and 4,000+ other videos and books.

Take your career further with a Kodeco Personal Plan. With unlimited access to over 40+ books and 4,000+ professional videos in a single subscription, it's simply the best investment you can make in your development career.

Learn more Already a subscriber? Sign in.

Heads up... You've reached locked video content where the transcript will be shown as obfuscated text.

Congrats, you've reached the end of this section, but more importantly, you've picked up some essential knowledge for working with Combine, including answering the question what is Combine? The answer is it introduces a single unified approach to asynchronous programming. You also got a quick history lesson on the evolution of modern Reactor programming stemming from Rx.NET and later RXSwift, and also influenced by other reactive frameworks, such as ReactiveSwift. You verified you've got the right equipment and a solid understanding of Swift and iOS to go through this course. And remember, if you're just starting out, we've got you covered. Check out our iOS and Swift for Beginners Learning Path on raywenderlich.com. We went over the ends of the Combine pipeline, publishers, which produce data, and subscribers, which are consumers of that data. And finally, you got a quick rundown on what's in store for you in this course. I hope you're as excited as I am to get started with Combine operators in the next section, starting with transforming operators that let you change the values coming from a publisher into a format that is suitable for your subscribers. See you in the next section.