-
Notifications
You must be signed in to change notification settings - Fork 777
Home
Akeem McLennon edited this page Sep 24, 2015
·
30 revisions
- vtree - Virtual DOM data structures.
- virtual-hyperscript - DSL for creating vtrees.
- vdom - Virtual DOM diff and patch algorithm.
- main-loop - Batch virtual DOM changes. Update the virtual tree at most once per request animation frame.
- vdom-thunk - Memoise functions returning virtual DOM nodes.
- html-patcher - Render HTML templates using virtual-dom
- vdom-live - Automatically run virtual DOM rendering (with batching like main-loop) by detecting page user and AJAX events (via zone.js).
-
value-event - create event handlers that you can embed in a virtual DOM. These event handlers work with both the native DOM and
dom-delegator
. - dom-delegator - Embed event handlers on your virtual DOM elements without having to manage adding or removing actual event listeners.
- html-to-vdom
- virtual-html
- vdom-virtualize Does not require a parser (uses browser's innerHTML). Best for browser conversion of HTML to VDOM.
- htext-converter Convert any website's HTML to virtual hyperscript.
- html2hyperscript Convert legacy HTML code to virtual hyperscript, preserving comments and whitespace
- vdom-parser Lightweight html to vdom module, fully tested, designed for progressive enhancement
- dom2hscript - Frontend library for parsing HTML into hyperscript using the browser's built in parser.
- virtual-dom-stringify (deprecated)
- vdom-to-html
- vdom-virtualize - Virtualize DOM nodes.
- Zorium - A CoffeeScript Web Framework
- cycle - An honestly reactive web application framework using virtual DOM and RxJS.
- mach-react - Fast, and tiny react component implementation using virtual-dom. (Experimental)
- mercury - Modular front-end framework using virtual DOM.
- angular-virtual-dom - An experimental virtual DOM based view renderer for AngularJS
- plastiq - A small and beautiful front-end framework with routing.
- trifl - Views as function with routing and unidirectional data flow.
- Dominator - ClojureScript FRP framework inspired by Elm.
- Cape.JS - A lightweight JavaScript UI library based on virtual-dom.
- chai-virtual-dom - Chai assertion helpers to test virtual-dom elements.
- hyperscript-helpers - elm-html inspired helpers for writing hyperscript or virtual-hyperscript.
-
jsx-transform - JSX transpiler compatible with
virtual-hyperscript
. - vtree-select - Select virtual-dom nodes using CSS selectors.
- virtual-stache - template engine for creating virtual trees.