Join Slack
Powered by
What is the difference between `var count = rememb...
# compose
m
Mehdi Haghgoo
08/21/2020, 1:00 PM
What is the difference between
var count = remember {mutableStateOf(0)}
and
var count by state {0}
?
m
Mohamed Elfiky
08/21/2020, 1:05 PM
https://kotlinlang.slack.com/archives/CJLTWPH7S/p1597694859239400?thread_ts=1597694859.239400&cid=CJLTWPH7S
m
Mehdi Haghgoo
08/21/2020, 1:07 PM
Thanks
@Mohamed Elfiky
. So , state{} is going away. This is the pros and cons of playing on the bleeding edge of Compose 😂
7
Views
Open in Slack
Previous
Next