xtuzy/ReloadPreview

What is the difference of this and the Xaml designer that comes with visual studio?

Opened this issue · 1 comments

Visual Studio has a xaml designer that seems to work for MAUI too

xtuzy commented

This is not designer, maui no designer, they use "hotreload". This "hotreload" is crude, it compile all project generate dll, maui hotreload only compile changed code, this is a alternative when i use my ConstraintLayout, because maui hotreload can't resolve add x:name