MVVM in Doric

Doric can be organized with MVVM-style separation of data, view, and business logic.

Guidelines

  • Use models for business data.
  • Use Panel to build and update views.
  • Wrap native calls behind small service APIs.