I like MVVM w/o arch components (having come from WPF) eg <https://github.com/alteredworlds/posts> -...
t
I like MVVM w/o arch components (having come from WPF) eg https://github.com/alteredworlds/posts - but always ready to improve / learn more
v
Looks like there is 1 :1 relation between view and viewmodel which is against mvvm principle. your viewmodel is expecting a view. Your ViewModel must be independent of view