6 ms·
DOM Manipulation and Event Handling in ClojureScript
- deleted 13y ago[deleted]
- untothebreach 13y agoI used this: http://webcache.googleusercontent.com/search?q=cache:http://davedellacosta.com/cljs-dom-survey&hl=en&strip=1 http://webcache.googleusercontent.com/search?q=cache:http://...
- deleted 13y ago[deleted]
- squidsoup 13y agoOne 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/core.cljs#L276 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.
- leishulang 13y agoI 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.
- taivare 13y agorelated: check out CLJS in Qt (via QmL) on YouTube