Comment on DOM Manipulation and Event Handling in ClojureScriptComments−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.
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.