TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

DOM Manipulation and Event Handling in ClojureScript

45 点作者 olenhad超过 11 年前

3 条评论

squidsoup超过 11 年前
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.
leishulang超过 11 年前
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.
taivare超过 11 年前
related: check out CLJS in Qt (via QmL) on YouTube