Avoiding common coroutines mistakes in Compose
Compose and coroutines work great together, but there are certain patterns you need to avoid when combining them. In this session, we’ll look at some common pitfalls, detail why and how they cause problems, and see what patterns or APIs should be used instead.
Resources:
- From data to UI: Compose phases - MAD Skills
- Side-effects in Compose
- Consuming flows safely in Jetpack Compose