Magento 2 is implemented MVVM modules architecture.




  • Model is the element which works with data, stores and takes out data. A model will make sure the data’s performance and accuracy.
  • View: is a graphical interface.
  • View Model: is an abstraction of the view exposing public properties and commands. It contains a Model that is converted to a View, and also contains the commands that the View can use to influence the Model.