A simple alternative to kotlinx.html, specifically...
# kotlinx-html
m
A simple alternative to kotlinx.html, specifically designed to support fragments/partials and htmx: https://github.com/mikaelstaldal/kotlin-html-builder/
About twice as fast as kotlinx.html according to this benchmark: https://github.com/mikaelstaldal/template-benchmark
c
Compile times are more a problem for us then the render times. 🙂 Nice project!
m
Might be faster at compile time also, I have not measured that.
It does not do comprehensive validation of the HTML though.