What we did is a breakdown of ui elements, which c...
# compose
i
What we did is a breakdown of ui elements, which can interact with each other in viewModel. It then gets exposed to a @Composable screen and converted to corresponding @Composables in a Column. it gets exposed as a single state (items), but it is not coupled, that way we can reuse common elements in different screens
🙏 1