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:
Comparing Compose to Rx and Flow APIs for presentation logic
The benefits Compose can have on readability
How to write presentation logic with Compose
How Cash App uses Molecule to build and test presenters