squint 2026-08-02

Perhaps only tangentally squint related, but since html is extracted from squint: Why does

(def q [:p])
(hmtl/html q)
not return the same thing as
(html/html [:p])

ah, because it's rtfm... generated at compile time. sorry

👍 1

If you need runtime hiccup you could use reagami.ssr

❤️ 1