A pure Haxe virtual dom renderer for coconut.ui based on coconut.diffing.
Differences from coconut.react:
- no JS dependency (moderate size saving)
- allows putting DOM straight into VDOM (use with care)
- slightly better performance (YMMV)
All in all coconut.vdom supports everything coconut.react does, except for the rendering of "pure" react components. You may find coconut.react + preact (+ preact-compat) a good middleground.