Changes
/* Performance */
* Less xaml files to parse means better performance.
* More xamls also makes it more difficult for others to read and understand the customizing. This also makes it much more difficult to find and diagnose errors when requesting support. It also generally increases the effort required to maintain the xamls.
<br>
==== Best Practices ====
* 🏆 '''Only include xamls that are needed for your customizing.'''
** Remove files for child Areas and Items that are not included in this project.
<br>
==== Template Selectors ====
<br><br>
==== Content Templating ====
{{UnderConstructionEnd}}
[[Category:Pages with broken file links|XAML Best practices]][[Category:XAML|XAML Best practices]]
== Performance ==