This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2016-09-07
Channels
- # admin-announcements (2)
- # arachne (1)
- # bangalore-clj (2)
- # beginners (39)
- # boot (349)
- # cider (31)
- # clara (2)
- # cljs-dev (9)
- # cljsjs (67)
- # cljsrn (7)
- # clojure (300)
- # clojure-art (4)
- # clojure-greece (11)
- # clojure-hk (3)
- # clojure-israel (1)
- # clojure-italy (17)
- # clojure-japan (1)
- # clojure-russia (33)
- # clojure-sg (2)
- # clojure-spec (41)
- # clojure-uk (86)
- # clojurescript (123)
- # clojurex (3)
- # code-reviews (1)
- # component (6)
- # crypto (1)
- # cursive (36)
- # datomic (32)
- # devcards (3)
- # emacs (11)
- # events (3)
- # funcool (4)
- # luminus (10)
- # om (28)
- # onyx (88)
- # pedestal (2)
- # re-frame (84)
- # reagent (7)
- # ring-swagger (3)
- # specter (33)
- # sql (2)
- # vim (21)
Does anybody have a simple guide I can follow to build the sort of multiple-source-file tree of devcards
that we see in the examples page https://github.com/bhauman/devcards/tree/c463b5d9e675063e8288b20ceff253ad0289d3f2/example_src/devdemos ?
That is: What specifically would I do? Replace my current core.cljs
source file (which has cards in it) with something more like this? https://github.com/bhauman/devcards/blob/c463b5d9e675063e8288b20ceff253ad0289d3f2/example_src/devdemos/start_ui.cljs
Really good blog post about devcards and clojure.spec - https://juxt.pro/blog/posts/generative-ui-clojure-spec.html
I answered my own question https://github.com/bhauman/devcards/issues/66#issuecomment-245357342 Basically the confusing part (as of this writing) is that there’s no explicit documentation of the “experimental” functions for munging several devcards namespaces into a single “page” like this, even though the demo does that for the examples directory.