Can .NET Maui Achieve Fast Start-up Time in Release mode like this? #13036
Unanswered
nextcodelab
asked this question in
Q&A
Replies: 1 comment 2 replies
-
In my experience even in debug the app isn't so slow to start after the splas schreen, not as fast as flutter tho. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Sample in other frameworks.
It seem pure code no XAML is faster,, no more hundreds of logics and properties. No more bridge to compile native.
Untitled.mp4
HERE IS THE .NET MAUI APP IN RELEASE MODE. by https://github.com/rive-app/rive-sharp.
Untitled.mp4
I learn this framework just few days ago,, and this framework app development seems 1000x faster than other frameworks.
XAML IS GOOD ONLY FOR FIRST PARTY OPERATING SYSTEM, but will be slow on other platforms (third party).
C# means complete C# draw. No more XAML Interpreter or Parser or compilations for third party OS.
Beta Was this translation helpful? Give feedback.
All reactions