Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 501 Bytes

File metadata and controls

5 lines (4 loc) · 501 Bytes

This directory contains code from Point-Free Episode: Observation: The Past

It’s time to dive deep into Swift’s new observation tools. But to start we will take a look at the tools SwiftUI historically provided, including the @State and @ObservedObject property wrappers, how they behave and where they fall short, so that we can compare them to the new @Observable macro.