Navigation, grouped styling, bulk deletion, expandable lists, and sections — List is a great SwiftUI component to create a list view that contains multiple row views. It’s quite similar to UITableView, but it has a totally different implementation (no more delegate and data source methods). List in SwiftUI uses declarative code, which means that it will observe the data changes…