This is a heavily interactive web application, and JavaScript is required. Simple HTML interfaces are possible, but that is not what this is.
Post
Angel Munoz
tunaxor.me
did:plc:pu76usx2znv72hdd4kqughio
In some DSLs I've seen from C# land being able to produce out params helps a lot with references I think it is a neat pattern e.g.
StackPanel().Children(
TextBox(out var txt),
charCounter(txt)
)
I'm playing with gui-cs and I'm kind of missing that in #fsharp 'land
2024-11-27T00:51:17.947Z