In a reagent
app created using luminus
via
lein new luminus asdf +cljs
How can I execute a function once an element, say :div.container
in the snippet below, has been shown?
(defn about-page []
[:div.container
[:div.row
[:div.col-md-12
"this is the story of asdf... work in progress"]]])