Type safe and modularize way to generate HTML on server side in Go(github.com)12 points·by sunfmin·7 yıl önce·3 commentsgithub.comType safe and modularize way to generate HTML on server side in Gohttps://github.com/theplant/htmlgo4 commentsPost comment[–]nimrody·7 yıl öncereplyVery similar to j2html for Java (https://j2html.com/). Many other similar approaches, latest being JSX on the client side.Personally, I much prefer this approach to using some limited template language to generate HTML.[–]HotGirl·7 yıl öncereplyNice![–]ravenC·7 yıl öncereply:+1:[+]HotGirl·7 yıl önce
Personally, I much prefer this approach to using some limited template language to generate HTML.