swift-cross-ui
swift-cross-ui copied to clipboard
Have ViewModel -> MVVM
trafficstars
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?