The kotlinx.html library is a good example. The D...
# test
n
The kotlinx.html library is a good example. The DSL is syntactic sugar for calls to an abstract interface. Implementations of the abstract interface build DOM trees, write HTML to output streams, & build React virtual DOM trees.