HACKER Q&A
📣 timdaub

What SPA JavaScript frameworks exist that compile to real DOM?


I see Svelte and solidjs as two contenders in this field. But are there alternatives? Which frameworks directly compile code to the real DOM (as opposed to virtual DOM)?


  👤 pull_my_finger Accepted Answer ✓
I don't regularly use Haxe these days, but I was really impressed with Coconut-UI[1] when I did. Lots of rendering options including DOM, React-Native etc.

[1]: https://github.com/MVCoconut/coconut.ui



👤 eyelidlessness
Qwik is another one: https://github.com/BuilderIO/qwik

👤 geenat
HTMX