I am creating a modular Blazor app, which dynamically loads all the external assemblies (i.e. modules) from a location.
Then I want to show module names in NavMenu of the Blazor app.
When user clicks on a module name, then browser renders a page/component from that module with in Index page of my Blazor app.
Need help in doing that
Lazy loading assemblies is not yet available for blazor. All assemblies your project depends on will be loaded on start.
This feature should be implemented in .Net 5 Release https://github.com/aspnet/AspNetCore/issues/5465
Mike S. comments with the doc url to the Lazy load assemblies in ASP.NET Core Blazor WebAssembly.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With