-
Notifications
You must be signed in to change notification settings - Fork 777
Home
Raynos (Jake Verbaten) edited this page Jul 31, 2014
·
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.
-
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 - Converts html string to VDOM.
- vdom-virtualize - Virtualize DOM nodes.
- virtual-dom-stringify - Transform virtual DOM into HTML.
-
jsx-transform - JSX transpiler compatible with
virtual-hyperscript
.
- mercury - Modular front-end framework using virtual DOM.