←back to thread

67 points markusw | 3 comments | | HN request time: 0.578s | 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.
Show context
burgerrito ◴[] No.41875259[source]
Looks cool. There is also Templ[1] that does something similar, though uses codegen.

I wish there is an equivalent of Storybook for these things though, it would be really nice!

[1] https://templ.guide/

replies(2): >>41875751 #>>41876498 #
1. markusw ◴[] No.41876498[source]
What's Storybook? Could you elaborate?
replies(1): >>41876645 #
2. Brajeshwar ◴[] No.41876645[source]
Not the OP but I think he meant the one at https://storybook.js.org
replies(1): >>41876652 #
3. markusw ◴[] No.41876652[source]
Oooh, that looks cool. Thanks!