halogen-vdom

An extensible virtual-dom library for PureScript.


Keywords
purescript, purescript-halogen
License
Apache-2.0
Install
psc-package install halogen-vdom

Documentation

purescript-halogen-vdom

An extensible virtual-dom library for PureScript.

Overview

Halogen.VDom is a bare-bones virtual-dom library for PureScript with inspiration drawn from:

It's goals being:

  1. To use as little FFI as possible.
  2. To be as fast as possible given (1).
  3. To be extensible.

Notably, Halogen.VDom is largely useless out of the box. You'll need to bring your own attributes, properties, and event listeners (though there is a working implementation included). It is intended to be extended (and likely newtyped) by other frameworks to suit their needs.