Reading List

SwiftUI: @State and the Attribute Graph from Michael Tsai RSS feed.

SwiftUI: @State and the Attribute Graph

Federico Zanetello: @State is one of the many SwiftUI’s pillars that, once understood, we take for granted and use pretty much everywhere without a second thought. But what is @State? What’s happening behind the scenes? Nikita Vasilev: The answer is that @State does not store its value in the struct. The struct holds only a […]