LazyVStack vs List in iOS 18 - #30DaysOfSwift | HackerNoon
Briefly

LazyVStack offers a flexible, customizable layout for stacking views vertically, letting developers improve performance for large datasets by loading content lazily as it comes into view.
List is designed for basic, standard lists with built-in functionality such as separators and row editing, ideal for out-of-the-box implementations.
When building complex, customized UIs, LazyVStack provides full control over layout, making it better for dynamic layouts like scrollable cards or grids.
Use List for quicker development of standard lists, such as settings menus, due to its automatic lazy loading but less flexibility for custom UI.
Read at Hackernoon
[
|
]