|
Publishable - synchronous observation of Observable changes through Combine
|
|
3
|
366
|
September 6, 2026
|
|
Observation optimizes away unnecessary callbacks for Equatable properties… sometimes
|
|
5
|
247
|
September 4, 2026
|
|
Gotcha when using ObservationTracking.Event.matches
|
|
4
|
253
|
July 9, 2026
|
|
@State usage in combination with injecting @Observable models into SwiftUI views
|
|
0
|
344
|
February 8, 2026
|
|
removeAll is triggering an observation even though array is unchanged
|
|
2
|
223
|
January 21, 2026
|
|
@dynamicMemberLookup + nested KeyPath access not triggering my custom observation access tracking
|
|
1
|
213
|
January 15, 2026
|
|
[Pitch] Advanced Observation Tracking
|
|
21
|
3125
|
January 12, 2026
|
|
How to use Observation to actually observe changes to a property
|
|
24
|
28864
|
December 4, 2025
|
|
'withObservationTracking' firing onChange even if value doesn't change
|
|
4
|
1717
|
October 29, 2025
|
|
How to reliably await a change to an Observable type in tests
|
|
6
|
641
|
October 14, 2025
|
|
@Observable With Locks
|
|
4
|
551
|
September 27, 2025
|
|
Pitch: Conditional Property Setters with set(when:)
|
|
0
|
361
|
September 24, 2025
|
|
Observations { } for await - Compilation Error
|
|
8
|
704
|
July 23, 2025
|
|
An Observable class held by a SwiftUI View is not deinitialized
|
|
2
|
441
|
April 27, 2025
|
|
[Pitch] Transactional observation of values
|
|
96
|
6397
|
April 15, 2025
|
|
Hiding observable variables behind a read- and consume-only protocol
|
|
1
|
218
|
March 19, 2025
|
|
Accessing @Observable property in init changes behavior
|
|
6
|
482
|
March 16, 2025
|
|
ObservationRegistar: Is willSet/didSet Reentrant?
|
|
0
|
148
|
March 3, 2025
|
|
Observation's @State init multiple times
|
|
2
|
496
|
February 9, 2025
|
|
Two approaches to observe @Observable object without/outside View
|
|
8
|
1530
|
January 23, 2025
|
|
@Observable init() called multiple times by @State, different behavior to @StateObject
|
|
11
|
6762
|
November 14, 2024
|
|
Tracking properties in `@Observable` models internally
|
|
15
|
9598
|
October 28, 2024
|
|
[Pitch] Observation (Revised)
|
|
117
|
19802
|
October 10, 2024
|
|
Using Observation in a Protocol throws compiler error
|
|
6
|
1715
|
September 10, 2024
|
|
Evidence for Performance Benefits of the Observation
|
|
0
|
251
|
September 5, 2024
|
|
How to avoid Concurrency Error of capturing a MainActor-isolated closure in a Sendable closure
|
|
5
|
987
|
August 28, 2024
|
|
Unable to manually attach ObservationTracked. Is this intended behavior?
|
|
7
|
1277
|
August 7, 2024
|
|
Is it possible to use new Observation Framework with UIKit?
|
|
5
|
2107
|
July 27, 2024
|
|
Should `Observable` be factored out of "Containers" down to smaller Storage types?
|
|
2
|
463
|
June 27, 2024
|
|
@Observable pessimizes arrays
|
|
31
|
2721
|
June 22, 2024
|