can anyone point me to "the latest clojure-script repl in cursive how-to" or something? (with deps and shadow-cljs preferably)
I find myself spending too much time trying to split code into cljs/cljc just to be able to send it into clojure repl to check/test things. but it kills prototyping speed because I have way too many points of integration with js
so I figured, that just setting up "send to cljs repl" would save me tons of time
https://gist.github.com/akovantsev/44e2a0e10908785d1f40d3d3bcfff574
The only tweak I would make is to use the generated .nrepl-port
file.
yeah, shadow-cljs doc mentions that, but I don't have it in earlier cursive version. I updated gist.