# Deep dives

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