What is the difference between `var count = rememb...
# compose
m
What is the difference between
var count = remember {mutableStateOf(0)}
and
var count by state {0}
?
m
Thanks @Mohamed Elfiky. So , state{} is going away. This is the pros and cons of playing on the bleeding edge of Compose 😂