What is MauiReactor?
Describes what MauiReactor is and why you should be interested
MauiReactor is a .NET library that implements a component-based UI framework on top of the .NET MAUI.
If you already have some experience in React Native, Flutter, or Swift you may find some similarities. MauiReactor borrows some implementation designs from them while maintaining the normal MAUI application development you're used to.
NO XAML needed, just using C# you can write fluent declarative UI with MauiReactor components:
ReactorMaui ports .NET MAUI controls to C#:
Dependency properties that deal with simple types (i.e. excluding templates or views) are translated to Prop fluent methods:
Events are translated to methods that accept a callback:
Last updated
Was this helpful?