481 Views
In my previous post I showed how you could statically prerender all the routable components in your Blazor WebAssembly app ahead-of-time so that you could host your app in static-file hosting. One of the downsides of the approach in that post, is that you have to manually list all of the routes in your app, so the prerenderer can generate each page.
0 comments