Skip to content
Ivan Sanz Carasa edited this page May 7, 2020 · 23 revisions

Welcome to Blazor Lazy Loading wiki!

Please use the Wiki Index panel to navigate to the different pages --->


FAQ

  • Is WebAssembly supported?

    Yes, every host of Blazor is supported. This includes Blazor Server, WebAssembly DevServer, WebAssembly static (published), Prerendering and even DualMode.

  • For WASM, can I keep the linker enabled?

    Yes, even if disabling it doesn't make a big difference when your application uses lazy loading, you can provide a custom LinkerConfig.xml file to enable it. Mode info...

  • Can I lazy load NuGet packages?

    Yes, as long as the NuGet package is a dependency of a Module (or a subproject of the Module), the download will also be Lazy and only triggered when the NuGet package is required.