devcards

Devcards aims to provide a visual REPL experience for ClojureScript https://github.com/bhauman/devcards
escherize 2017-08-20T04:28:40.000012Z

Woah it's pretty quiet in here. Anyway - before I get too far into investigating it myself.. 🙂 Has there been any work around changing devcards into a blogging platform (like jekyll I guess), but with live updates and all that? I think some updates to (or maybe letting a user provide) main-template and the functions it provides should do the job.

escherize 2017-08-20T04:29:41.000025Z

as you know, Devcards is such a fantastic experience - makes blogging with anything else a big pain

escherize 2017-08-20T05:01:32.000015Z

It's potentially easier than using the ideas in devcards.core/register-card to write a derivative.

bhauman 2017-08-20T20:34:54.000001Z

I did some work on this but it was wonky, I'd welcome something better. The main discovery is that it is pretty hard to write React that renders to straight HTML.