This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2020-03-19
Channels
- # announcements (6)
- # aws (10)
- # beginners (73)
- # bristol-clojurians (2)
- # calva (9)
- # cider (25)
- # clj-kondo (7)
- # clojure (160)
- # clojure-dev (2)
- # clojure-europe (63)
- # clojure-italy (7)
- # clojure-nl (10)
- # clojure-uk (76)
- # clojuredesign-podcast (6)
- # clojurescript (63)
- # cursive (6)
- # data-science (3)
- # datomic (26)
- # duct (59)
- # emacs (1)
- # fulcro (12)
- # graalvm (17)
- # hoplon (23)
- # jobs-discuss (2)
- # kaocha (6)
- # meander (7)
- # off-topic (3)
- # pathom (2)
- # rdf (68)
- # re-frame (12)
- # reagent (20)
- # reitit (5)
- # ring (3)
- # ring-swagger (1)
- # shadow-cljs (14)
- # spacemacs (10)
- # sql (3)
- # tools-deps (30)
- # yada (9)
@neo2551 :preloads
can be specified per module, so just put it into the main module
Should the :worker
target be used for service workers as well? There is no mention of services workers in the docs as far as I can tell.
Is it it possible to do with shadow-cljs what you can do with leiningen with regards to checkouts?
Hi @thheller, does that bring something (performance?), if we call the Reagent dependency like that in Shadow-CLJS project?
:dependencies [[reagent "0.8.1" :exclusions [cljsjs/react cljsjs/react-dom]]]
vs
:dependencies [[reagent "0.8.1"]]
We can see in your React native Expo example, Reagent is call wihtout exclusions: https://github.com/thheller/reagent-expo/blob/master/shadow-cljs.edn
OK, perfect thx! Since this dependencies are already in ~/.m2 directory, I guess it doesn't care.
I'm getting :missing-nrepl-middleware
when running:
(shadow.server/start!)
(shadow.api/watch :app)
(shadow.api/nrepl-select :app)
From inside a repl started with cider through deps.edn
.
I thought cider would inject the nrepl middleware.
Does anyone have any idea how to solve this?Cool! Thanks!
Sorry to disturb you again. I'm trying to add this middleware through .dir-locals.el
do you have any idea how to do that? I just found the cider-clojure-cli-parameters