Combine vs Async Algorithms: What are the differences? 🤨

preview_player
Показать описание
🔥 Big thank you to Bitrise for sponsoring this live! 🔥

———

Have you heard of Async Algorithms? It's nothing less than Swift's new framework to deal with asynchronous events!

How does it work? What are the differences with Combine? Should it be the new default standard for an iOS app? 🤨 These are the question I'll try to answer In this live!

So join me to learn everything you need to know about Async Algorithms 👩🏼‍💻🧑🏻‍💻👨🏽‍💻

Рекомендации по теме
Комментарии
Автор

Seems to me the problems were caused by the non-standard view model object. If you set an @State to the result of await then its much simpler and you can even handle the exception properly too. Some sub Views would tighten your invalidation rather than one giant MoviesView.

indiekiduk