
Declarative Programming with Combine
Combine is the definitive framework for writing declarative, asynchronous code in your Swift and iOS apps. Combine is an important tool in building modern, event-driven apps and can simplify your approach to using callbacks and handlers in your event handling code.
Declarative Programming with Combine
Learning path
·
3 video courses (3 hrs, 41 mins)
3
Integrate Combine Into an App
One of the best ways to test your Combine skills is to put them to use in an app! In
this course, put the finishing touches on a Chuck Norris jokes app, using
Combine to fetch jokes, translate them into another language, and even - as a bonus -
learn how to use Combine with Core Data to save jokes to tell your friends later.
After completing this learning path…

…you’ll be able to build declarative apps in an expressive way, while also using Combine as a reactive framework to respond to changes and events to write flexible code that’s arguable easier to understand in an event-driven context.