Oct 4, 2022
Hi Jim,
Using your approach, I implemented an app to place and view coffee orders. The implementation is shown here:
https://gist.github.com/azamsharp/a3b4de01959898395a4b0e9828ee0a46
I am using local/private state instead of ObservableObject. But my question is that when would be a good idea to use ObservableObject in SwiftUI?