What are advantages of MVVM over MVC?

The MVVM pattern presents a better separation of concerns by adding view models to the mix . The view model translates the data of the model layer into something the view layer can use. The controller is no longer responsible for this task.

Leave a Reply

Your email address will not be published. Required fields are marked *