phollyer / reactorui-maui-docs

Documentation site of MauiReactor library

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

description
Describes what MauiReactor is and why you should be interested

What is MauiReactor?

{% hint style="warning" %} Documentation is under construction {% endhint %}

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. Actually, MauiReactor borrows some implementation designs from them while maintaining the normal MAUI application development you're used to.

{% hint style="info" %} Good to know: There are several design patterns you can choose when you build a UI. One of the most adopted is the MVVM (Model-View-View-Model) approach, used for years to build desktop and mobile applications. React made famous the MVU (Model-View-Update) pattern that aims to solve some issues of the first one. MAUI app defaults to MVVM while MauiReactor lets you build a MAUI app using the MVU pattern. {% endhint %}

GitHub repo: https://github.com/adospace/reactorui-maui

About

Documentation site of MauiReactor library