Jetpack Compose can be used for more than just emitting a user interface. Molecule is a library that allows `Flow` or `StateFlow` streams to be built using Compose.
This talk covers:
- Some historical approaches to presentation logic on Android
- Comparing Compose to Rx and Flow APIs
- The benefits Compose can have on readability
- How Molecule helps decouple Compose from Compose UI
- How to build a StateFlow using Compose
- Testing strategies and gotchas