If an item inside a LazyList has several sub-items, does it make any difference if I use a key(stableKey){} when rendering them in terms of it recomposing less if only other sub-items are changed?
a
allan.conda
12/10/2021, 8:44 PM
Sub item you mean multiple types?
allan.conda
12/10/2021, 8:45 PM
Default key is the position, so the answer depends on whether the nonchanging types change their order
z
Zoltan Demant
12/11/2021, 11:31 AM
That makes sense, thank you! The items can change place, it's very rare though.