Clone of Apple Tutorial 'Landmarks'
Building an app in SwiftUI is fun. I'm glad Apple is sharing resources to help us discover the API with a tangible use case. The challenging bit was understanding @Binding, @State, @EnvironmentObject when to use them & so forth. Take time to read documentation on @Binding, @State, & @EnvironmentObject
I do wish they had sample code on how to use Combine
Next I will continue on the following: SwiftUI Concepts Tutorials Learning SwiftUI and then iOS App Dev Tutorials Getting Started With Scrumdinger