FmgLib / FmgLib.MauiMarkup

C# Code Markup Library for .NET MAUI: UI Development, Multi Lang (Localization) with Fluent Methods and Hot Reload
https://fmgyazilim.com/en/fmglibmauimarkup
MIT License
52 stars 6 forks source link

114 hotreload new systems #116

Closed gonultasmf closed 2 months ago

gonultasmf commented 2 months ago

Additionally, the FmgLib.MauiMarkup library includes hot reload support to make the development process faster and more efficient.

If you want to enhance your page with fast reload, your page needs to implement the IFmgLibHotReload interface. Then, you should trigger the this.InitializeHotReload(); function within the constructor.

And you can write your design code inside the Build() method to enhance it with fast reload.