Is it acceptable approach to have AppState in an Interactor and mutate it? #45
-
I really like the approach explained in this repo, however, there's one thing I don't have an satisfactory/convincing answer: Where to mutate AppState. One thing come to mind is, given that SwiftUI.View is not UIView nor UIViewController but more like a place to declare UI and data flow, a View is the right place? What do you think, in this repo's context? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Re-read codes and seems it's okay. Why I've missed... |
Beta Was this translation helpful? Give feedback.
Re-read codes and seems it's okay. Why I've missed...