devcards

Devcards aims to provide a visual REPL experience for ClojureScript https://github.com/bhauman/devcards
okal 2016-01-27T06:33:38.000005Z

@firstclassfunc Do you have a reproduction up somewhere we can see?

2016-01-27T09:10:27.000006Z

@gadfly361: looking at soda-ash, what would be needed to use it with om ?

2016-01-27T15:35:11.000007Z

@okal: After further analyzing I realize I need to use a callback pattern when using cljs-http and wasn’t sure how to wire this up within devcards macro.

✅ 1
gadfly361 2016-01-27T16:26:03.000008Z

@nha unfortunately i dont see a migration path to use soda-ash with om. How each component updates/is written is specific to how reagent re-renders and its hiccup-like syntax

2016-01-27T16:26:25.000009Z

Thanks for the info :simple_smile: