Open Issues Need Help
View All on GitHubAI Summary: The user reports that Blazor WebAssembly lazy-loaded Razor Class Libraries (RCLs) fail to resolve pages when used with the Blazouter Router. This is because Blazouter lacks an equivalent mechanism to the default Blazor Router's `AdditionalAssemblies` and `OnNavigateAsync` properties, which are crucial for discovering components in dynamically loaded assemblies.
Blazouter brings modern, React Router-inspired routing to Blazor. It provides true nested routes, built‑in route guards, lazy loading, per-route layouts and rich transitions — all type-safe and compatible with Server, WebAssembly, and Hybrid (MAUI) hosting models.