Package

purescript-halogen-vdom

Repository
slamdata/purescript-halogen-vdom
License
Apache-2.0
Uploaded by
garyb
Published on
2020-04-04T17:57:01Z

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.