No Xaml Usage #1184
Closed
AathifMahir
started this conversation in
General
No Xaml Usage
#1184
Replies: 2 comments 2 replies
-
It can come entirely down to preference, our samples are aimed at covering as many possibilities as we can in order to show different ways of building UIs. @brminnick will also inform you that not using XAML can provide some performance improvements because the XAML compiler doesn't compile everything and therefore we still rely on some runtime overheads. For more usage scenarios on not using XAML you should checkout our Markup repository: |
Beta Was this translation helpful? Give feedback.
2 replies
-
Closed and answered |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
As far as reviewing some of the codes of communitytoolkit.maui I found that there's literally no usage of Xaml in many places where it makes sense, is there any specific reason to the decision where no usage of Xaml and everything written in C# even though Xaml and C# were same under the hood but writing some UI elements in Xaml makes sense and easier.
Beta Was this translation helpful? Give feedback.
All reactions