Hacker News new | ask | show | jobs
by winrid 632 days ago
Reminds me of https://j2html.com

Which I have also been starting to use for one project, with quarkus, been a nice experience so far.

3 comments

Also Gomponents, a similar project for Go: https://www.gomponents.com
Have you tried Renarde and Qute?
Yes. My concern is the template compilation will get really slow or the custom IDE integration will get out of date and break.
It will suggest a tweak to config if it sees live reload times going past 4s. That seems to help a lot on my 2019 MBP.

I hear you on point #2 though. The Red Hat IntelliJ plugin for that seems janky to me. And JetBrains own plugin doesn’t seem great either. In fact I don’t know if I’ve ever seen autocomplete in a Qute template ever.

Shame, because the rest of the stack is so damn good.

> It will suggest a tweak to config if it sees live reload times going past 4s

No I mean, I can tell it will get slow, haha.

> the rest of the stack is so damn good.

I agree! (so far, I think)

j makes me shudder. But thanks for sharing.
haha, to be fair my Java code is more like Go than typical Java. I should probably try Go someday.