Fork me on GitHub
#reagent
<
2019-02-05
>
orestis04:02:59

I’ve used this approach with dangerous html as well - haven’t kicked the tires thoroughly though, what issues are you facing?

dimovich05:02:29

@orestis We have also a backend version for Hiccup, which is:

(defmacro inline-svg [raw-svg] `raw-svg)
So for the common frontend/backend components you have to handle the return value differently depending if you're in CLJ or CLJS world. A minor nuisance, but was wondering if there is a better approach.