Tag: swiftui
All the articles with the tag "swiftui".
SwiftUI: @State under the hood
Published: at 11:15 AMSwiftUI @State does not store values in your struct. It owns a node in the Attribute Graph. A deep dive into initialValue, DynamicProperty injection, and how invalidation actually works