iOS Swift - State Management in SwiftUI
Consider a SwiftUI app where a
@EnvironmentObject is used to track user login status. If the login status changes in one view, what happens in other views that use the same environment object?