← Back to architecture map
🔗
Architecture Pattern POC

MVVM

Model-View-ViewModel. Two-way data binding keeps View and ViewModel synchronized.

ui pattern

Flow From Map

View <-- data binding --> ViewModel
                            <->
                          Model

Your 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