Two approaches to observe @Observable object without/outside View
|
|
4
|
169
|
January 11, 2025
|
How to use Observation to actually observe changes to a property
|
|
22
|
16351
|
January 4, 2025
|
@Observable init() called multiple times by @State, different behavior to @StateObject
|
|
12
|
3902
|
November 14, 2024
|
Using property observers with Observation
|
|
2
|
1743
|
October 26, 2023
|
Tracking properties in `@Observable` models internally
|
|
15
|
6784
|
October 28, 2024
|
[Pitch] Observation (Revised)
|
|
117
|
17553
|
October 10, 2024
|
Using Observation in a Protocol throws compiler error
|
|
6
|
1283
|
September 10, 2024
|
Evidence for Performance Benefits of the Observation
|
|
0
|
116
|
September 5, 2024
|
How to avoid Concurrency Error of capturing a MainActor-isolated closure in a Sendable closure
|
|
5
|
308
|
August 28, 2024
|
Unable to manually attach ObservationTracked. Is this intended behavior?
|
|
7
|
733
|
August 7, 2024
|
Is it possible to use new Observation Framework with UIKit?
|
|
5
|
1596
|
July 27, 2024
|
Should `Observable` be factored out of "Containers" down to smaller Storage types?
|
|
2
|
371
|
June 27, 2024
|
@Observable pessimizes arrays
|
|
31
|
2046
|
June 22, 2024
|
Workarounds for Compiler Crash and Runtime Crash when Observable Object is Generic on Parameter Pack?
|
|
0
|
203
|
May 20, 2024
|
Compile issue with optional `@Observable` object
|
|
2
|
737
|
May 9, 2024
|
'withObservationTracking' firing onChange even if value doesn't change
|
|
3
|
984
|
April 10, 2024
|
Using a struct property inside an Observable object
|
|
9
|
1000
|
April 7, 2024
|
Using @Bindable with a Observable type
|
|
1
|
507
|
March 31, 2024
|
Any future directions for supporting Observable Structs?
|
|
6
|
1932
|
February 14, 2024
|
Lifecycle of SwiftUI View - @Observable vs ObservableObject
|
|
5
|
5566
|
February 10, 2024
|
Backporting Swift 5.9's observability
|
|
40
|
9549
|
January 15, 2024
|
Is it a good idea to use `@inlinable` in SwiftUI libraries?
|
|
4
|
856
|
December 27, 2023
|
@Observable macro conflicting with @MainActor
|
|
3
|
5308
|
November 21, 2023
|
Bindable is never deallocated
|
|
0
|
495
|
November 15, 2023
|
Using @Observable with a Binding
|
|
1
|
3755
|
November 13, 2023
|
Why is Observation published as a Framework?
|
|
2
|
890
|
October 31, 2023
|
@Observable with Custom Encoders/Decoders
|
|
0
|
389
|
October 16, 2023
|
Using @Observable cause the view model and view to initialise. ObservableObject works correctly
|
|
7
|
1467
|
October 9, 2023
|
Lazy var on @Observable class
|
|
1
|
2444
|
August 3, 2023
|
"Observing" changes to arbitrary key paths on move-only structs
|
|
14
|
3919
|
July 17, 2023
|