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

Quoting [Elmish](https://elmish.github.io/elmish/subscriptions.html) > Sometimes we have a source of events that doesn't depend on the current state of the model, like a timer. A push message through a SignalR-connection could...

enhancement

Correct me if I'm wrong, but I was under the impression that Bolero's server used websockets for real-time server remoting. But when I ran the dev server using ` dotnet...

question

Please see https://github.com/fsprojects/FSharp.Data/issues/1390

`bind.input` doesn't have a file binding for HTML's `

I have this code in a HTML Template: Hello ShowOrNotShow This must only be visible when Show(bool) in app.fs is true. If false do not show anything. What is the...

Hi, I'm bad at designs. The HTML type provider would allow me to buy a nice-looking HTML template and use it with the power of F#. The problem is, outside...

Would it be possible to make **Feliz** HTML view an option ? ```fsharp Html.h1 42 Html.div "Hello there!" Html.div [ Html.h1 "So lightweight" ] Html.ul [ Html.li "One" Html.li [...

enhancement

Good day, is it possible to configure hot-reloads when using F#/Elmish instead of HTML? If not are there plans to include this at some point - or is it not...

Hello there! I was working on a couple web component samples (using [Lit](https://lit.dev)) and using HTML templates when I loaded my web component inside an html template it doesn't get...

I believe that updating to newer versions of Blazor #38 will be much easier to do with NuGet PackageReferences than with Paket. NuGet has supported transitive dependencies since the new...