Can anyone recommend some reading about what parts...
# compose
j
Can anyone recommend some reading about what parts of a composable will recompose when, and why, and how to avoid recomposition, that sort of thing?
d
have you tried Android's tutorials? I remember them explaining when recomposition is done and how to mitigate it if it's not necessary
c
Yup, this is the section in the docs on how recomposition actually works https://developer.android.com/jetpack/compose/mental-model#recomposition
z
o
...and the latter one is pretty excellent!
1
j
TY all!!
z