Perhaps my concern about the extra recomposition i...
# compose
e
Perhaps my concern about the extra recomposition is unfounded? I've been assuming that any unnecessary recomposition is a "bad thing", which is making me think that this issue is either a bug in
LazyColumn
or a bug/misunderstanding in my code. It definitely clashes with the mental model that I bring with me from RecyclerView where it's better to have the most granular updates possible. But if recomposition is not really that bad, then maybe the behavior I described is fine?
👍 1