MagicMvvm is lightweight library for building rapid MVVM applications. Project inspired from Prism and used the best Prism practices, and made a lightweight library. The main difference from Prism is that supporting any IoC container (IoC container agnostic). You can use this library with any IoC container. Currently WPF, Blazor and Xamarin.Forms platforms are supported.
- IoC container agnostic.
- Dynamic navigation between various views.
- Dialog navigation.
- Passing parameters to dialogs.
- Passing parameters to navigable view models.
- Result of navigation operation.
- View model closing handling.
- Handling view models navigation lifecycle.
- Update commands on property changed.
- Platform specific features for WPF, Blazor, Xamarin.Forms, and MAUI.
Platform | Package | NuGet |
---|---|---|
Cross Platform | MagicMvvm.Core | |
WPF | MagicMvvm.Wpf | |
Blazor | MagicMvvm.Blazor | |
Xamarin.Forms | MagicMvvm.Forms | |
MAUI | MagicMvvm.Maui | Coming Soon |
Check out project documentation here
Explore sample applications here
Copyright Sukhrob Ilyosbekov 2021. Distributed under the MIT License.