You should be a member of the community to be able to interact
Ok
Nice lesson videos
Great content on @State used for value types. Use @StateObject once for each observable object you use, in whichever part of your code is responsible for creating it. @ObservedObject for complex properties that might belong to several views.