With UI StateHolders, are you also putting `Mutabl...
# compose
a
With UI StateHolders, are you also putting
MutableState
in those, or just normal state, and reassigning the StateHolder on change, thereby updating the
Composable
?