SwiftUI: state management across UI elements
https://developer.apple.com/tutorials/app-dev-training/managing-data-flow-between-views
@State or @Published : source of truth
Value types (struct or enum): use @State private var
@State is a property wrapper
Reference types (class): use @Publish...
coderlyn.hashnode.dev5 min read