How to correctly initialize a view model in SwiftUI: https://chris.eidhof.nl/post/swiftui-view-model/ (for when the view needs ownership of the view model).
SwiftUI View Model Ownership — Chris Eidhof

@chris thanks for the article!

How should one go about creating StateObjects in view’s init? Should one avoid init(wrappedValue:) ?