← Back to architecture mapui pattern
🔗
Architecture Pattern POC
MVVM
Model-View-ViewModel. Two-way data binding keeps View and ViewModel synchronized.
Flow From Map
View <-- data binding --> ViewModel
<->
ModelYour POC Area
Replace this placeholder with your interactive proof of concept for MVVM. This route is already dedicated to this pattern, so you can add diagrams, controls, code demos, or simulations here.
Example references: Angular, Vue, WPF, SwiftUI, MobX