Join Slack
Powered by
what should I use to make mutableList updated prop...
# compose
s
smallshen
07/30/2021, 9:14 PM
what should I use to make mutableList updated properly in compose?
l
Landry Norris
07/30/2021, 9:35 PM
mutableStateListOf works well for Android-only code.
a
Adib Faramarzi
07/31/2021, 7:10 AM
Use immutable lists with a mutable state.
Open in Slack
Previous
Next