I'm using reagent.dom.server to render hiccup to html in nbb. However, I'm not using any of the react functionality. Is there a way to just render the :on-click etc. handlers with some supplied string and not with a function, eg. [:button {:on-click "js/alert('hello')"} "Click me"]
Reagent does no work here, everything is handled by React. So FWIW I'd try searching React-related resources for an answer.