This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2015-11-03
Channels
- # admin-announcements (7)
- # beginners (30)
- # boot (181)
- # cbus (1)
- # cider (55)
- # cljs-dev (8)
- # clojure (104)
- # clojure-dev (3)
- # clojure-japan (1)
- # clojure-russia (70)
- # clojurescript (139)
- # core-logic (4)
- # cursive (23)
- # datomic (25)
- # devcards (10)
- # events (11)
- # funcool (1)
- # hoplon (39)
- # jobs (10)
- # ldnclj (19)
- # lein-figwheel (21)
- # off-topic (4)
- # om (174)
- # onyx (46)
- # re-frame (25)
- # reagent (3)
- # yada (7)
@mikethompson: Thanks a lot. I was guessing something like that. What I’m doing now is to call [compfn data]
and the multifn looks like this and it seams to work.
(defmethod compfn :some-dispatch [data]
(let [a (atom nil)]
[(fn [data] …) data]))
Message for re-com
users. Try doing this:
(set! re-com.box/debug true)
That adds coloured borders around all v-box, h-box, gap etc. Can be useful.