Bolero Hints

This blog contains some experiences working with Bolero. Bolero is a set of free and open-source libraries and tools to write web applications in F#. With it, you can write fully dynamic client-side web applications from the comfort of a strongly-typed functional language, all with great performance. ...

August 21, 2022

WebSharper templates

WebSharper allows several ways to instatiate HTML, and It took me some thinking to get these terms right: ws-replace ws-hole ws-template ws-template-children Replace Replace the given node with the provided string or list of docs. ...

March 13, 2022

WebSharper shopping cart

Websharper Shopping cart I found an interesting article from 2020 by Adam Granizc on the implementation of a WebSharper shopping cart in WebSharper Shopping Cart ...

March 13, 2022