How to make NSCollectionView with diffable data source and SwiftUI
Issue #980
NSCollectionView, available since macOS 10.5+, is a good choice to present a list of content. Let’s make a SwiftUI wrapper for NSCollectionView
with diffable data source and compositional layout