Skip to content

natefaubion/purescript-halogen-vdom

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

purescript-halogen-vdom

An extensible virtual-dom library for PureScript.

Overview

Halogen.VDom is a "batteries not included" 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. It does not support attributes, properties, or event listeners. It is intended to be extended (and likely newtyped) by other frameworks to suit their needs.


About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PureScript 86.7%
  • JavaScript 11.8%
  • HTML 1.5%