TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

DOM Manipulation and Event Handling in ClojureScript

45 pointsby olenhadover 11 years ago

3 comments

squidsoupover 11 years ago
One thing that sold me on Dommy over Domina was being able to bind multiple event handlers in one statement.<p><a href="https://github.com/Prismatic/dommy/blob/master/src/dommy/core.cljs#L276" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;Prismatic&#x2F;dommy&#x2F;blob&#x2F;master&#x2F;src&#x2F;dommy&#x2F;cor...</a><p>Not a big thing, but when you work with a library regularly, small annoyances like that gnaw away at you.
leishulangover 11 years ago
I use hiccup + laser on server-side and enfocus on client-side. Then every static html&#x2F;js resource that I can make use of looks like nail to my hammer.
taivareover 11 years ago
related: check out CLJS in Qt (via QmL) on YouTube