Answers for "why we used mvvm instead of mvc"

1

why we used mvvm instead of mvc

Whereas the MVC format is specifically designed to create a separation of concerns between the model and view, the MVVM format with data-binding is designed specifically to allow the view and model to communicate directly with each other. This is why single page applications work very well with ViewModels.
Posted by: Guest on February-11-2021

Code answers related to "why we used mvvm instead of mvc"

Browse Popular Code Answers by Language