Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 258 Bytes

README.md

File metadata and controls

9 lines (7 loc) · 258 Bytes

MVVM App Template

Example of MVVM structure with router, DI, data driven UI and unit tests.

  • Better separation between UI and state of the app
  • Testing is easier due to cleaner interfaces and dependency injection
  • Data driven UI
  • Router
  • Unit tests