Fork me on GitHub
#clojurescript
<
2020-02-16
>
pinkfrog04:02:01

Is it possible to drop-into the stackframe of a cljs function, and interactively evaluate something?

pinkfrog04:02:05

kinda like, ipdb in python

p-himik07:02:13

If you're in a browser, to some extent it should be possible with Dirac.

genRaiy17:02:47

has anyone used the io-prepl in CLJS to connect to a remote CLJ socket-server ? The examples in the namespace only show connections to a node server. https://github.com/clojure/clojurescript/blob/master/src/main/clojure/cljs/core/server.clj

genRaiy17:02:43

[ at the moment I send the code over a web socket to a server and don’t use the above code but I would ideally like to delete my code and use this instead ]

beders18:02:41

Good morning 🌱, is anyone aware of a nice cljs wrapper for https://github.com/uber/react-digraph ? Or a similar library? My google-fu is not very strong this morning. Before I dive into creating numerous (clj->js ...) calls, maybe someone out there has a better idea