I'm new to SwiftUI, and I've seen a few new features that only seem to include UIKit examples, such as these content and background configurations. Is this because they are not necessary in SwiftUI, because they are not supported yet in SwiftUI, or is there a way to use cell configurations in SwiftUI that I'm missing?
How do modern cell configurations work with SwiftUI?
The topics covered in the Modern cell configuration session from WWDC20 apply when you are using UIKit, specifically cells in UICollectionView and UITableView. These concepts do not apply to SwiftUI, which has its own declarative syntax for creating Lists, Grids, and other views.