devcards

Devcards aims to provide a visual REPL experience for ClojureScript https://github.com/bhauman/devcards
bill_tozier 2016-09-07T16:28:39.000008Z

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-mahood 2016-09-07T17:22:51.000010Z

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

1👍
bill_tozier 2016-09-07T21:10:31.000012Z

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.