Skip to content

Getting Started Integration Recipes

github-actions[bot] edited this page Jul 2, 2026 · 1 revision

Integration Recipes

The repo keeps host-framework integration notes under docs/integration/. This wiki page is the short router.

Current Recipes

  • C#: Avalonia, WPF, MAUI
  • Python: Textual, NiceGUI, tkinter
  • TypeScript: React, Vue 3, Svelte, SolidJS
  • Swift: SwiftUI

What The Recipes Cover

  • bridge VMx property and collection updates into the host reactivity model
  • route host actions into RelayCommand and related command surfaces
  • keep dispatcher marshalling and adapter glue outside the VM core

Related Pages

Clone this wiki locally