Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 642 Bytes

README.md

File metadata and controls

13 lines (8 loc) · 642 Bytes

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.