View Models
Everything on SkillVeris tagged View Models — collected across the glossary, study notes, blog, and cheat sheets.
4 resources across 1 library
Study Notes(4)
MVVM Best Practices
Practical guidelines for structuring ViewModels, bindings, and data flow so MVVM code stays maintainable at scale.
Testing ViewModels
How to unit test MVVM ViewModels in isolation, covering state assertions, command execution, async flows, and dependency mocking.
Unit Testing ViewModels
Testing ViewModels in isolation relies on fake repositories, a controlled coroutine dispatcher, and asserting on emitted StateFlow values without touching Andr…
Unit Testing ViewModels in Swift
Learn how to write focused, reliable unit tests for SwiftUI ViewModels using XCTest or Swift Testing, including async code and dependency injection.