What does HackerNews think of templ?
A language for writing HTML user interfaces in Go.
Language:
Go
Besides the built-in templates/html, there's also this https://github.com/a-h/templ Haven't used it yet, but seems promising
https://github.com/a-h/templ
Templ is a far more elegant solution for composing HTML within Go
Rust async story is still playing out. Go green threads approach is pretty solid.
My go to stack for personal projects:
Go
SQLC for db access
https://github.com/a-h/templ (kinda JSX for go) for templating
HTMX
Postgres
I have a feeling Mojo will ship 1.0 before Rust finishes sorting out async