This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2016-01-04
Channels
- # admin-announcements (15)
- # aws (1)
- # beginners (5)
- # boot (328)
- # cider (5)
- # cljsjs (7)
- # cljsrn (12)
- # clojure (100)
- # clojure-art (3)
- # clojure-austin (1)
- # clojure-chicago (1)
- # clojure-russia (19)
- # clojurecup (2)
- # clojured (2)
- # clojurescript (34)
- # cursive (10)
- # datavis (33)
- # datomic (9)
- # devcards (21)
- # editors-rus (1)
- # events (1)
- # hoplon (42)
- # jobs (5)
- # ldnclj (38)
- # mount (39)
- # om (140)
- # re-frame (26)
- # reagent (25)
- # spacemacs (1)
- # specter (3)
- # vim (1)
I'm a little confused about the cards.html
. Is there a way to keep that from becoming part of the production site?
@peeja: if you are using lein you could use the uberjar-exclusions i’d think
is anyone successfully using devcards with reagent 0.5.1? seems like they have an incompatible react version dep
@spieden: did you try it using whichever uses the latest version and just exclude it from the other? Or exclude if from both and add dependency in yourself.
@adammiller: yes i’ve been trying that
now i’m attempting to merge a project generated by the lein template (which works) into my own
It looks to me like Devcards requires React 0.14, which isn't supported until Om 1.0.0's alphas
@peeja do you know any way to have an interactive devcard without ns level state in e.g. an atom?