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

Hi. First, thanks for this great library. Its working great for me in the most case. However, I'm having a problem for creating a form with validation. I've been using...

enhancement

I created a project from the template `dotnet new bolero-app -o mybolero` I tried to decouple the source code of Client and Server by move some F# code (Domain types...

Can documentation on how bundling and minification can be done?

documentation

For someone new to and just checking out this framework, it is not apparent how to interact with JS and other frameworks. Maybe this needs documentation. JS interaction can be...

documentation

How do you use MobileBlazorBindings with Bolero?

question

If you - like me - was lagging behind with just 3.1.0, you get a hard-to-understand build error. Upgrading to latest Visual Studio or .NET Core SDK solves the problem.

bug

What is the equivalent way to do the following in Bolero? # Authorized Views ``` Hello, @context.User.Identity.Name! You can only see this content if you're authenticated. Authentication in progress You...

question

Hello, I'd like to try Bolero with Azure functions on backend instead of ASP.NET. Please, is there any minimalistic sample available? Thanks for any hint :pray:

discussion

When Bolero works in "server" mode there is a websocket connection and whenever I define a service ```fsharp type BookService = { signIn : string * string -> Async }...

enhancement

When you split up a big application into multiple smaller applications as it is described in [the Elmish Book](https://zaid-ajaj.github.io/the-elmish-book/#/chapters/scaling/splitting-programs) for example, how would you do routing in such a case?...

question