Aug 11, 2024
First, bad format.
Second, List and LazyVStack can both have performance issues when they grow, and that's largely due to the diffing mechanism which grows quadratically as the number of items in the list increases.
And that's exacerbated if list cell views attempt to maintain internal state.