Announcing Combine: Asynchronous Programming with Swift, Third Edition! | raywenderlich.com

Begin learning Combine today and write declarative, asynchronous code for your iOS apps. Our updated book teaches you all about this awesome framework with real-world projects.


This is a companion discussion topic for the original entry at https://www.raywenderlich.com/27934523-announcing-combine-asynchronous-programming-with-swift-third-edition

Whatโ€™s new in version 3?

@kchen Thanks very much for your question!

I believe this edition of the book covers Combine, which is a new asynchronous API from Apple. From the book page:

`

Combine is Appleโ€™s framework to work with asynchronous events in a unified and reactive way that ensures your app is always up to date based on the latest state of its data.

I hope this helps!

All the best :slight_smile:

`