🥷 Clojure Pro Tip 5: Hiccup Raw
https://whatacold.io/blog/2025-05-15-clojure-tip-hiccup-raw/
In case you don’t know it, we can use raw strings, like embedding JS code, in hiccup. I just found out we can use raw to prevent strings from getting escaped. I used to have to define a dedicated app.js for that, which would need an extra HTTP…
You must log in or register to comment.