dominator
Virtual DOM
A virtual DOM implementation for ClojureScript, aiming to simplify JavaScript development with a minimal learning curve
Virtual-Dom in ClojureScript
73 stars
8 watching
4 forks
Language: JavaScript
last commit: over 9 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
choojs/hyperx | A tagged template string virtual DOM builder | 1,014 |
staltz/chai-virtual-dom | Provides virtual-dom element assertions for Chai assertion library | 24 |
fcavallarin/domdig | A tool designed to identify vulnerabilities in Single Page Applications by scanning the DOM and simulating user interactions. | 394 |
pkamenarsky/replica | A remote virtual DOM library that runs on the server and sends minimal diffs to the client for efficient interactivity in Single-Page Applications. | 139 |
madcapjake/earl-hyperscript | A wrapper around Earl Grey that converts its document building syntax to work with Cycle.js's virtual DOM library | 2 |
respo/respo.cljs | A ClojureScript library for building virtual DOM applications with a simple, declarative syntax | 234 |
plumatic/dommy | A ClojureScript library for manipulating and interacting with the Document Object Model (DOM) in web applications. | 760 |
jorgebucaran/superfine | A minimal view layer for building web interfaces using a lightweight virtual DOM representation | 1,597 |
peterhudec/cljsx | A macro that converts JSX expressions to ClojureScript code for use with virtual DOM libraries | 14 |
vdux/vdux | An opinionated bridge between virtual DOM libraries and Redux, focusing on component-local state and application lifecycle control. | 138 |
jquery/jquery-dist | Distributes and makes available the latest JavaScript library for simplifying DOM manipulation and event handling. | 102 |
trueadm/t7 | A lightweight virtual DOM templating library that compiles ES2015 template strings into virtual DOM objects | 900 |
ged-odoo/blockdom | A fast virtual DOM library that allows for efficient rendering of static and dynamic content by grouping elements into blocks. | 554 |
themindfuldev/marionette-vdom | A virtual-dom implementation of Marionette.js views | 128 |
dekujs/assert-element | A set of assertions for working with virtual DOM nodes in Deku/React applications | 16 |