This is a niche one but if anyone needs a hyperscript renderer more geared for an HTML-based workflow than JSX, I forked @developit’s excellent vhtml to implement a few things I need for Kitten¹.
https://codeberg.org/small-tech/vhtml
Main differences so far:
- Style tags are no longer escaped
- Boolean HTML attributes are emitted correctly (without ="true")
You probably want Jason’s original but putting this out there in case it helps anyone else.