From the course: Learning Combine with Swift

Unlock the full course today

Join today to access over 22,600 courses taught by industry experts or purchase this course individually.

Go forth and code

Go forth and code - Swift Tutorial

From the course: Learning Combine with Swift

Start my 1-month free trial

Go forth and code

Combine is a very robust and new framework. No doubt we will start to see a lot more features as the iterations roll in, but you have a taste for what Combine can do for you. It presents a significant mind shift in how you think about your app's data and components. An abstraction in how you define your interdependencies. You will begin to think of data as data streams, publishers and subscribers. There is a lot more to learn once you dig in to the framework and even though this framework is built for Apple's ecosystem, there are even open source forks of server-side Combine out there to have Combine work on server-side Swift. In your journey towards declarative programming enlightenments, I encourage you to explore the SwiftUI essential training course by Steven Lipton. You will build a holistic understanding of how to develop reactive and robust apps. And of course, Apple also has some great WWDC videos worth…

Contents