home.social

#htmldsl — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #htmldsl, aggregated by home.social.

fetched live
  1. After quite a while, I'm fairly sure that Hox will handle most of your HTML trees 😆

    I was able to produce a 1.14gb html file with async code in-between maybe not the fastest code ever BUT for usual cases it should be good enough :)

    I will make a release soon!

    Here's the repo :)

    https://github.com/AngelMunoz/Hox

    #dotnet #fsharp #htmldsl #htmlgeneration #backend #webdev

  2. Welp, the cool thing about core stuff is that it can be extensible, I added a sample using my html async rendering stuff with Feliz.Engine (an awesome project btw). The core thing works nicely in C# and it can be extended fairly well for the F# folks.

    Here's the sample in the repo:
    https://github.com/AngelMunoz/Htmelo/tree/main/samples/FelizEngine

    #fsharp #dotnet #backend #webdev #htmldsl #asyncrendering #htmlstreaming