Fork me on GitHub
#devcards
<
2016-09-07
>
bill_tozier16:09:39

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

shaun-mahood17:09:51

Really good blog post about devcards and clojure.spec - https://juxt.pro/blog/posts/generative-ui-clojure-spec.html

bill_tozier21:09:31

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.