Why I quit using the ObservableObject
"Single source of truth" has become a buzzword in the iOS community after WWDC 2019 Data Flow Through SwiftUI session. SwiftUI framework was designed to encourage building the apps in the single-source-of-truth style, be that Redux-like centralized app state or ViewModels serving the data only to their views.