Is it worth doing ViewModel for ContentView? After all, all logic should be placed in PageViewModel, and ContentView contains binding properties. It is right?
↧
Is it worth doing ViewModel for ContentView? After all, all logic should be placed in PageViewModel, and ContentView contains binding properties. It is right?