The Model View Controller Pattern MVC Architecture and Frameworks Explained
This can get technical but the bottom line is the View is stateless and without logic. Furthermore, ViewModels are stateless with very little logic, and Models are the State with essentially Zero logic as they should only maintain state. I describe this as application state (Model), state translator (ViewModel), and then the visual state / […]