Compose will try to be smart about it, and only re...
# compose
j
Compose will try to be smart about it, and only recompose things that would have been impacted by the @Model changing. So no, it generally won't recompose the entire tree, only the composable function that uses it.
👍 14