Understanding Uno's MVUX template #1573
Replies: 2 comments 1 reply
-
First of all, there is no complete documentation, tutorial or sample app for learning MVUX with UNO Platform. So we are fighting ghost here |
Beta Was this translation helpful? Give feedback.
-
Hi @juanyacovino77 the MVUX documentation is being reworked as we speak. The current MVUX documentation is all still accurate but is being redeveloped to provide a better introduction to MVUX. The work in progress documentation is available here: https://github.com/unoplatform/uno.extensions/blob/main/doc/Overview/Mvux/Overview.md Whilst MVUX isn't like Comet/MauiReactor that rebuilds the UI with each iteration, we think that MVUX will be a better balance between leveraging the data binding capabilities of the platform with the reactive style programmming that's made MVU so popular. |
Beta Was this translation helpful? Give feedback.
-
From Discord:
Ok, the more I read about MVU, the more I don't understand Uno's MVUX template.
To make it clear up front, I want to create my UI's in Xaml, not pure C#. If I wanted to do that, I would stick with Flutter.
What exactly is the difference between MVU and MVUX or is there none?
Can I use Xaml code with MVUX and if so, how? If not, I'll probably just stick with MVVM.
I had hoped that MVUX would be a bit easier to implement than MVVM or would cause a bit less overhead.
Can someone clarify this for me?
Beta Was this translation helpful? Give feedback.
All reactions