BlazorWebAssemblyPrerendering icon indicating copy to clipboard operation
BlazorWebAssemblyPrerendering copied to clipboard

Client-side Blazor app with prerendering

Results 3 BlazorWebAssemblyPrerendering issues
Sort by recently updated
recently updated
newest added

I like your architecture it's great In one scenario, someone accesses the site via a link consisting of parameters and OData queries In this case how to transmit the logic...

I have implemented a loading overlay to help improve the user experience (unresponsive UI) while the wasm runtime is being downloaded and initialized. Hopefully this doesn't break SEO because the...

How do I solve these? Cannot provide a value for property 'staticParameters' on type 'newFace.Client.App'. There is no registered service of type 'newFace.Client.StaticParameters'. and ... I deleted builder.Services.AddTransient(); from Program.cs...