Commit Graph

1 Commits

Author SHA1 Message Date
Florian Schroedl
c971988ce9 refactor: use hiccup instead of string concatenation in todomvc
Replace hand-built HTML strings with hiccup vectors rendered by a
minimal hiccup→HTML converter (example/todomvc/pocketbook/hiccup.cljs).
Supports CSS-style selectors (:div.class#id), attribute maps, void
elements, and nested children.
2026-04-16 19:51:41 +02:00