- swiftui for macos apps is slower (smaller teams at apple to optimize it, all focus is on ios)
- with appkit you'd use reusable views, and swiftui is having hard time with them
- with reusable views you model data on view presentation, whereas with swiftui you often need to generate view data ahead of time, for all views (so 400 views can take some time just for data formatting)
- swiftui for macos apps is slower (smaller teams at apple to optimize it, all focus is on ios)
- with appkit you'd use reusable views, and swiftui is having hard time with them
- with reusable views you model data on view presentation, whereas with swiftui you often need to generate view data ahead of time, for all views (so 400 views can take some time just for data formatting)