> For the complete documentation index, see [llms.txt](https://adospace.gitbook.io/mauireactor/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://adospace.gitbook.io/mauireactor/deep-dives.md).

# Deep dives

- [Native tree and Visual tree](https://adospace.gitbook.io/mauireactor/deep-dives/native-tree-and-visual-tree.md): What should  you know about how MauiReactor works
- [Dependency injection](https://adospace.gitbook.io/mauireactor/deep-dives/dependency-injection.md): How to consume services with dependency injection
- [Working with the GraphicsView](https://adospace.gitbook.io/mauireactor/deep-dives/working-with-the-graphicsview.md): This article shows how to use the GraphicsView control in MauiReactor
- [Migrating from MVVM Model](https://adospace.gitbook.io/mauireactor/deep-dives/migrating-from-mvvm-model.md): Shows the difference between MVVM and MVU approach with a practical example
- [Using XAML Resources](https://adospace.gitbook.io/mauireactor/deep-dives/using-xaml-resources.md): This page describes ho to deal with resources stored in XAML files
- [Behaviors](https://adospace.gitbook.io/mauireactor/deep-dives/behaviors.md): This page describes how to sue behaviors in MauiReactor
