SwiftUI is defined as being declarative and reactive. The former is what allows us to write out our UI, which we can do in a very clean and organized fashion. The latter is what brings our UI and data closer together than ever.
We’ve been working on an app that allows us to view our team and dive into the profile pages of each member.
Continue reading “SwiftUI: Observables, View Hierarchy, and Putting Them All Together”