You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Use SKIE Observing to collect state flows in SwiftUI (#54)
* Use SKIE Observing to collect state flows in SwiftUI
This commit updates the `ContentView` to use
`Observing` from the SKIE library to collect the `StateFlow`
exposed by the `MainViewModel` into SwiftUI.
- This replaces the `.collect` method, which is no longer needed
when using `Observing`.
- Adds a comment to reference the SKIE documentation for flows in
SwiftUI.
* Adds a comment about ViewModel and the StateFlow for SwiftUI
0 commit comments