Fork me on GitHub
#clojurescript
<
2019-06-08
>
ChrisB02:06:23

Does anyone know how to hook and remount an app when running eval on a form? @mkvlr talks about it here https://youtu.be/geeK1-jjlhY?t=1144

👍 4
ag03:06:26

> I always prefer either println… and don’t forget about (js-debugger)

ag03:06:37

For some reasons not too many Cljs users know that exists

😮 4
zane03:06:18

Completely forgot about that. Thanks!

tyler20:06:08

Is there any equivalent to the combination of create-ns and alias to prevent the proliferation of files and/or long namespace names for specs in clojurescript?

Alex Miller (Clojure team)20:06:25

I think the answer is no