Skip to main content

2 docs tagged with "MVVM"

View All Tags

Model

Model is an abstract utility class that provides an easy way to observe specific properties of an object.

MVVM architecture with Obsidian

MVVM (Model-View-ViewModel) is a software architecture widely used in modern front-end development. It emphasizes separation of concerns and improves code structure. In the Model-View-ViewModel pattern, code is organized into three layers: