←back to thread

49 points markusw | 2 comments | | HN request time: 0.001s | source

Hey everyone! I just released v1.0.0 of gomponents last week. It's an HTML component builder in pure Go, with a DSL-like HTML syntax. It's been 4 years in the making, and makes it really easy to build HTML in your web apps.
1. dgraph_advocate ◴[] No.41853631[source]
Awesome, now do it in Haskell!
replies(1): >>41874891 #
2. kccqzy ◴[] No.41874891[source]
There are at least two generations of libraries doing that in Haskell. There was blaze-html and then lucid afterwards to fix some monad laws.