This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2016-03-19
Channels
- # beginners (15)
- # boot (99)
- # braid-chat (1)
- # business (1)
- # cider (109)
- # cljs-dev (1)
- # cljsrn (3)
- # clojure (249)
- # clojure-brasil (2)
- # clojure-canada (2)
- # clojure-madison (4)
- # clojure-russia (3)
- # clojure-sanfrancisco (1)
- # clojure-taiwan (1)
- # clojure-uk (1)
- # clojurebridge (1)
- # clojured (1)
- # clojurescript (15)
- # clojurewest (1)
- # cursive (9)
- # datomic (12)
- # editors (16)
- # euroclojure (1)
- # hoplon (45)
- # off-topic (22)
- # om (181)
- # onyx (2)
- # parinfer (3)
- # pedestal (17)
- # re-frame (2)
- # ring-swagger (1)
- # spacemacs (34)
- # testing (2)
- # untangled (2)
- # yada (1)
For those asking about ways to use devcards with re-frame, we were in the same need and worked out on a solution: adding the ability to mount a card inside of an iframe. Sounds a bit scary, not efficient, etc... but it works great for us! The changes are pushed in my fork of devcards, the diff can be seen in https://github.com/bhauman/devcards/compare/master...nberger:iframe.
We didn't open a PR yet because we still want to polish some stuff, finish the conversion of the reagent examples to re-frame, and maybe add a devcard-rf helper or something to make creating re-frame devcards easier. Also, it changes some stuff in devcards (routing especially) so we'd first like to discuss about it with @bhauman here. But if anyone wants to try, it's in clojars as [org.clojars.nberger/devcards "0.2.1-6-iframe-SNAPSHOT"]
or you can lein install
it locally of course. Any feedback will be appreciated!