This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2015-08-31
Channels
- # admin-announcements (9)
- # announcements (2)
- # beginners (16)
- # boot (18)
- # cider (22)
- # cljs-dev (10)
- # clojure (154)
- # clojure-denmark (5)
- # clojure-dev (5)
- # clojure-nl (2)
- # clojure-russia (13)
- # clojurescript (161)
- # cursive (3)
- # datomic (9)
- # editors (5)
- # emacs (25)
- # hoplon (57)
- # immutant (19)
- # instaparse (1)
- # ldnclj (2)
- # liberator (19)
- # off-topic (7)
- # re-frame (12)
- # reagent (10)
Just a heads up, added +garden profile to re-frame-template https://github.com/Day8/re-frame-template/
I have a question here: https://github.com/Day8/re-frame/issues/110#issuecomment-136130276
I tried to figure out why it works on pc browser but not on mobile, but failed. could anybody kindly take a look?
WARNING: Use of undeclared Var test-frame.views/show-detail at line 11 src/cljs/test_frame/views.cljs
show-detail (line 11) is being used before it is defined (line 18): https://github.com/wqhhust/test_frame/blob/master/src/cljs/test_frame/views.cljs#L11
@gadfly361: that worked a treat, and is what @darwin was suggested, but the combination of understanding r/dom-node & including deref ing chart data in render output prevented my attempts. It really different to my approach and I’m just absorbing it.
also, I’d not picked up on the this variable that can be supplied to did-mount functions.