Skip to content

Integration Recipes

The repo already carries framework-specific integration notes under docs/integration/. This page is the site-level router for those recipes, not a duplicate cookbook.

What The Recipes Cover

Each recipe summarizes the same adapter problem:

  • bridge VMx property-change events into the host framework's reactivity model
  • route host actions back into RelayCommand or related command surfaces
  • keep collection updates and dispatcher marshalling inside the adapter boundary

Current Recipes

C#

Python

TypeScript

Swift

Worked Examples

Source Index

For the full recipe table and the common adapter pattern, use docs/integration/README.md.