Fork me on GitHub
#reveal
<
2021-03-03
>
mikejcusack15:03:23

How do you use Reveal with ClojureScript in Cursive?

teodorlu10:03:24

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.

vlaaad10:03:17

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

3
mikejcusack17:03:51

@U47G49KHQ I read your article. I got it to work in your example, but I didn't now how to tie in Figwheel with that.

vlaaad21:03:51

hmm, I had a quick search over figwheel's repo and couldn't find any prepl mentions

3
mikejcusack21:03:34

But is that connecting to a prepl or providing one?

mikejcusack21:03:04

It's not in the docs