Mehdi Haghgoo
09/07/2020, 4:37 AMMutableState: A mutable value holder where reads to the value property during the execution of a Composable function, the current RecomposeScope will be subscribed to changes of that value. When the value property is written to and changed, a recomposition of any subscribed RecomposeScopes will be scheduled. If value is written to with the same value, no recompositions will be scheduled.
Sean McQuillan [G]
09/07/2020, 5:07 AMMehdi Haghgoo
09/07/2020, 6:47 AM{
and }
, right?
I'm not sure if my definition of scope is correct.Sean McQuillan [G]
09/08/2020, 10:52 PM