Here is my code:
Grid(store.state.categories, id: \.id, tracks: 2) { category in
SectionView( text: category.name)
}.gridContentMode(.scroll)
When I do it with List there is no issue, no lags. Would be happy if you can let me know if there is something that I missed.
Thanks