[Enhancement] Take some enhancements from flutter #94
Replies: 3 comments
-
MVU sounds good, it reminds me Redux. It looks like an intertwined mixture of UI, presentation, business, ALL-IN-ONE logic. It's terrifying at first look... |
Beta Was this translation helpful? Give feedback.
-
@tomasfabian I think this isn't a production-grade example, it's more like how to get your hands dirty with some code |
Beta Was this translation helpful? Give feedback.
-
This should not be in the core. By all means Microsoft could recommend a library for this, if it makes users feel happier. But since .Net has generics, a good state management system does not need to know about MAUI-related types specifically, and MAUI does not need to provide a system for state management.
Nuget works fine. The direct git repo suggestion is interesting. Paket and FSharp's interactive mode have that.
In Xamarin.Forms everything is a
Needs more specifics about the precise differences bet. Flutter and Xamarin and how they can be addressed. Key reasons why people might prefer Flutter over Xamarin IMO:
|
Beta Was this translation helpful? Give feedback.
-
Summary
Since flutter is still proving successful to this day, i think we should take some enhancements from the flutter project.
But I would love to see the same UI standards that exist in flutter
e.g.
in flutter everything is a widget, which greatly simplifies building custom UI controls with their own rendering mechanics.
as a result of this: animations, routing, layout design is way easier in flutter than any other UI framework
these are just some ideas on the top of my head, i might add somethings later.
please feel free to tell me what you think about this
Beta Was this translation helpful? Give feedback.
All reactions