andrewingram 3 days ago

Nit: I just spent about 5 minutes clicking around trying to find out what templ is.

I could've just Googled it sooner, but I was just surprised I couldn't find any reference to the thing it's actually building on/for.

3
axadrn 2 days ago

I took another look and we do explain what templ is on our introduction page: https://templui.io/docs/introduction#built-on-strong-foundat...

"Templ - Type-safe templating for Go" with a link to templ.guide.

Thanks for the feedback!

axadrn 3 days ago

Fair point – I’ll make sure to link to https://templ.guide more prominently. Thanks for the heads-up!

dcsan 3 days ago

What is it

preisschild 3 days ago

Its a components library for [templ](https://templ.guide/)

__jonas 3 days ago

templ is kind of like JSX but for Golang, if you are familiar with JSX.

It's a language that compiles down to Go and lets you mix HTML-like syntax into your Go code for HTML templating.

https://templ.guide/

andrewingram 3 days ago

From what I can tell it's a Go-based library for building web UI.