DOM Manipulation and Event Handling in ClojureScriptdavedellacosta.com 45 pointsolenhad12 years ago4 commentsSaveHideCopy link On HNComments−squidsoup12yOne thing that sold me on Dommy over Domina was being able to bind multiple event handlers in one statement.https://github.com/Prismatic/dommy/blob/master/src/dommy/cor...Not a big thing, but when you work with a library regularly, small annoyances like that gnaw away at you.−leishulang12yI use hiccup + laser on server-side and enfocus on client-side. Then every static html/js resource that I can make use of looks like nail to my hammer.−[deleted]12y[deleted]−untothebreach12yI used this: http://webcache.googleusercontent.com/search?q=cache:http://...−taivare12yrelated: check out CLJS in Qt (via QmL) on YouTube
Comments
One thing that sold me on Dommy over Domina was being able to bind multiple event handlers in one statement.
https://github.com/Prismatic/dommy/blob/master/src/dommy/cor...
Not a big thing, but when you work with a library regularly, small annoyances like that gnaw away at you.
I use hiccup + laser on server-side and enfocus on client-side. Then every static html/js resource that I can make use of looks like nail to my hammer.
[deleted]
I used this: http://webcache.googleusercontent.com/search?q=cache:http://...
related: check out CLJS in Qt (via QmL) on YouTube