dommy
DOM library
A ClojureScript library for manipulating and interacting with the Document Object Model (DOM) in web applications.
A tiny ClojureScript DOM manipulation and event library
760 stars
63 watching
73 forks
Language: Clojure
last commit: almost 7 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
component/dom | An aggregate library of DOM traversal, manipulation and events functions | 228 |
jquery/jquery-dist | Distributes and makes available the latest JavaScript library for simplifying DOM manipulation and event handling. | 102 |
phpquery/phpquery | A unified repository for a PHP-based DOM API inspired by jQuery, combining various forks and contributions into a single coherent codebase. | 75 |
lume/asdom | A project that enables WebAssembly applications to manipulate the Document Object Model using a TypeScript-based compiler | 95 |
respo/respo.cljs | A ClojureScript library for building virtual DOM applications with a simple, declarative syntax | 234 |
dennwc/dom | A Go library providing a WebAssembly API for DOM manipulation and other web APIs | 490 |
shinmera/lquery | A Common Lisp library for DOM manipulation with a jQuery-like syntax and functions. | 87 |
finnp/dom-notifications | A small JavaScript library that provides a simple way to display notifications in the browser. | 105 |
accelerationnet/buildnode | A Common Lisp library to facilitate interaction with CXML-dom documents and nodes. | 19 |
rm-hull/monet | A ClojureScript library for working with canvas and visuals. | 166 |
remy/min.js | A super minimal JavaScript library to execute simple DOM querying and event handling. | 1,097 |
dubiousdavid/dominator | A virtual DOM implementation for ClojureScript, aiming to simplify JavaScript development with a minimal learning curve | 73 |
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 |
nosco/hx | A ClojureScript library for building React applications in idiomatic ClojureScript style. | 249 |
vindarel/cl-str | A modern and consistent Common Lisp library for string manipulation. | 309 |