This LARGE lesson comes from Hacking with Swift (hackingwithswift.com). The person who produces these tutorials seems to have inside connections at Apple because his tutorials came out, it seemed like, seconds after Swiftui was announced last spring. The Hacking tutorials have lots of useful information and are one of the better resources I have found at this point. This particular lesson covers a LOT, but I think that most of you will like and benefit from it.
If you find yourself feeling overwhelmed by new concepts and jargon at some point, just plow through and keep on working. As I write this, I am going through the Observable objects, environment objects, and @Published section of the tutorial, and still am a bit puzzled by his explanation (and application) of ObservableObject. But it works, even though I’m not 100% clear on why and how it works.
My advice is to enjoy this lesson and give it your best effort. Even if you don’t yet understand everything, it can serve as a great source of code and concepts for future projects if you give it enough effort.