devcards

Devcards aims to provide a visual REPL experience for ClojureScript https://github.com/bhauman/devcards
2018-02-18T20:45:29.000002Z

@bhauman: Does devcards have any dependency on react version? I’m trying to run a simple fulcro demo app, compiled with shadow-cljs, and getting ‘create-react-class’ is not available, it was required by cljsjs/react.cljs. May not be devcards - but I’m pulling react 16 in with npm - don’t think there is any other cljsjs/react dependencies.

2018-02-18T20:53:32.000005Z

Nevermind! — Needed to npm install create-react-class - which mimics that in 16.