Have ViewModel -> MVVM
Opened this issue · 1 comments
warmachinesocial commented
I saw Publisher class under State so I would like to ask if we would have the ViewModel concept here?
stackotter commented
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?