All demo code from Apple that I know lacks view models.
Every time model data is directly injected into the view and even modified from the view via the new @Bindable macro.
Is Apple not using ViewModels and therefore MVVM at all?
I understand it might not really be required for the small demos, but it would still be helpful to understand, e. g. how the new @Model, @Observable, @Binding fit into the MVVM model.