aoriani
08/04/2023, 3:34 AMval state: State<UiState>
. Is that a good practice? I am concerned about the granularity of the recompositions. Suppose that only one property of UiState
changes, and that that property is consumed by only a single composable. Would only that composable face recomposition, or would the entire screen since state
is the only State<T>
object in the composable tree ?curioustechizen
08/04/2023, 3:52 AMColton Idle
08/04/2023, 4:11 PMdave08
08/06/2023, 5:55 AMColton Idle
08/06/2023, 6:07 AMdave08
08/06/2023, 6:58 AMdave08
08/06/2023, 6:59 AMdave08
08/06/2023, 7:03 AM