coconut.vdom

Coconut rendering through virtual-dom.


Keywords
coconut, js, reactive, ui
License
MIT
Install
haxelib install coconut.vdom 0.6.2

Documentation

Coconut VDOM Renderer

Gitter

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.