from Hacker News

DOM Manipulation and Event Handling in ClojureScript

by olenhad on 12/12/13, 11:17 AM with 4 comments

  • by squidsoup on 12/12/13, 6:12 PM

    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.

  • by leishulang on 12/12/13, 6:28 PM

    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.
  • by taivare on 12/13/13, 3:23 AM

    related: check out CLJS in Qt (via QmL) on YouTube