Anders Sveen
Tim Schraepen
fun partialHtml(block: BODY.() -> Unit): String = buildString { appendHTML().filter { if (it.tagName in listOf("html", "body")) SKIP else PASS }.html { body { block(this) } } }
rcd27
Compose Runtime
SSE
React
A modern programming language that makes developers happier.