Type safe and modularize way to generate HTML on server side in Go(github.com)12 ポイント·投稿者 sunfmin·7 年前·3 コメントgithub.comType safe and modularize way to generate HTML on server side in Gohttps://github.com/theplant/htmlgo4 コメントコメントを投稿[–]nimrody·7 年前返信Very 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 年前返信Nice![–]ravenC·7 年前返信:+1:[+]HotGirl·7 年前
Personally, I much prefer this approach to using some limited template language to generate HTML.