WWDC23 SwiftUI Q&A
Issue #918
Interesting SwiftUI Q&A during WWDC23
Observable vs ObservableObject
Q: With the new SwiftUI @Observable macro, are there any cases where ObservableObject would still be a better alternative?
A: Use ObservableObject when you need to …