Skip to content
Ivan Sanz Carasa edited this page May 5, 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 for this. Mode info...