👨🏫 Compose course composeinternals.com
📖 Compose book jorgecastillo.dev/book
In most common architecture patterns with Views we ended up rebinding the complete UI every time a ViewModel emitted UI state.
In Compose the data update triggers a selective UI update so it’s the framework deciding what parts of the UI to update, by design.
In most common architecture patterns with Views we ended up rebinding the complete UI every time a ViewModel emitted UI state.
In Compose the data update triggers a selective UI update so it’s the framework deciding what parts of the UI to update, by design.