stackotter/swift-cross-ui

Have ViewModel -> MVVM

Opened this issue · 1 comments

I saw Publisher class under State so I would like to ask if we would have the ViewModel concept here?

I think SwiftCrossUI does kinda force ViewModel concept on devs at the moment (cause all state must go in the observable state property of the view), although I would probably like to loosen that requirement in the future. Does that kinda answer your question?