How do you use Reveal with ClojureScript in Cursive?
Reveal is a JVM-application, so that depends on what you're looking for. shadow-cljs inspect is a data browser that runs in your web browser.
Given that, Reveal can talk to remote processes over prepl. I haven’t tried using reveal+cljs in “real” projects, but I have tried it with cljs prepls like here: https://vlaaad.github.io/reveal/#remote-prepl
@vlaaad I read your article. I got it to work in your example, but I didn't now how to tie in Figwheel with that.
hmm, I had a quick search over figwheel's repo and couldn't find any prepl mentions
I know it should be possible with shadow-cljs — https://github.com/thheller/shadow-cljs/blob/2c005e564fa2adaf4cffa60a9a5a7173bad48224/shadow-cljs.edn#L19
But is that connecting to a prepl or providing one?
It's not in the docs