Type safe and modularize way to generate HTML on server side in Go(github.com)12 points·by sunfmin·7 ปีที่แล้ว·3 commentsgithub.comType safe and modularize way to generate HTML on server side in Gohttps://github.com/theplant/htmlgo4 commentsPost comment[–]nimrody·7 ปีที่แล้วreplyVery 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 ปีที่แล้วreplyNice![–]ravenC·7 ปีที่แล้วreply:+1:[+]HotGirl·7 ปีที่แล้ว
Personally, I much prefer this approach to using some limited template language to generate HTML.