Fork me on GitHub
#reagent
<
2020-02-23
>
David Pham11:02:49

Shadow-CLJS as well

zilvinasu11:02:07

so do I understand correctly it is not only replacement for an editor REPL, it replaces figwheel as a whole, and you would usually start the project preconfigured with shadow-cljs ?

p-himik11:02:36

Yes, with shadow-cljs you don't really need Lein, unless you rely on it for some reason (e.g. plugins or just a very complicated profile.clj).

p-himik11:02:58

Wouldn't call it "replacement for an editor" though.

zilvinasu11:02:22

ah sorry, not an editor, but I just saw emacs has a REPL target for that

zilvinasu11:02:37

where it will embedds shadow cljs instead of figwheel

thheller11:02:58

it is a build tool. it does not replace your editor 😛

zilvinasu11:02:01

sorry meant repl for editor 😄