In order to view this lesson, you must purchase this course.
In SwiftUI, you're often tasked with fetching data from the Network. In this lesson, I'll introduce ObservableObject that allows us a safe area to perform this type of work. Also with the addition of @Published variables, we can easily update our UI once this work is done.