top | item 44038888

(no title)

playworker | 9 months ago

I might have misunderstood your comment but I don't think that's what htmx does, it just adds reactivity without needing to write JS, the HTML is represented in the project using Hiccup syntax which is essentially HTML in Clojure data structures - makes sense when code is data is a big part of the Lisp idea. It is an external template file into which you can replace fields, it's just a Clojure file too.

discuss

order

pkphilip|9 months ago

My mistake. I mean Hiccup (not Htmx). I prefer the approach of using external template files.