DEV Community

Discussion on: Explain how MVVM architecture work like I'm five.

Collapse
 
bgadrian profile image
Adrian B.G.

It is a big difference, VM is the model of the view, it's in charge of all the data required by the View to do it's functions.
I think MVVM is what the originally MVC was, 40yrs ago, but now MVC means something else, the Model has business logic & business data, the ViewModel has View logic & data.