Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 461 Bytes

File metadata and controls

5 lines (4 loc) · 461 Bytes

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

While the @Observable macro improves upon nearly every aspect of the @State and @ObservedObject property wrappers, it is not without its pitfalls. We will explore several gotchas that you should be aware of when adopting observation in your applications.