Bolero icon indicating copy to clipboard operation
Bolero copied to clipboard

Bolero brings Blazor to F# developers with an easy to use Model-View-Update architecture, HTML combinators, hot reloaded templates, type-safe endpoints, advanced routing and remoting capabilities, and...

Results 86 Bolero issues
Sort by recently updated
recently updated
newest added

So I'm reading the documents in the page here https://fsbolero.io/docs/Blazor And I'm getting a lot of grief on how to implement 3rd party libraries built in blazor. Like devexpress or...

I want to deploy Bolero in the aspnet docker image from Microsoft. This needs the app to listen on port 8080. The image enforces this with the env variable ASPNETCORE_HTTP_PORTS....

* For stream rendering SSR: add class `StreamRenderingComponent

enhancement

I followed the document and created a Bolero app but I could not make CSS isolation work because the CssScopes module is not generated. To reproduce the issue: 1. Create...

bug

In the document about [hosting model](https://fsbolero.io/docs/Hosting) I didn't find anything about the BlazorWebView. Is there a plan to support it?

Hi, I have an issue with slow rendering when the page has more elements. I am creating a clone of one website which is working nicely. So I am rendering...