This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2019-10-22
Channels
- # announcements (21)
- # aws (7)
- # beginners (105)
- # berlin (1)
- # calva (14)
- # cider (20)
- # clj-kondo (62)
- # cljdoc (7)
- # cljsrn (1)
- # clojure (206)
- # clojure-dev (2)
- # clojure-europe (11)
- # clojure-france (2)
- # clojure-italy (2)
- # clojure-nl (1)
- # clojure-uk (34)
- # clojured (1)
- # clojurescript (52)
- # copenhagen-clojurians (2)
- # core-async (1)
- # cryogen (3)
- # cursive (36)
- # data-science (27)
- # datomic (48)
- # emacs (1)
- # events (1)
- # fulcro (27)
- # hoplon (51)
- # jobs-discuss (1)
- # leiningen (1)
- # nrepl (2)
- # off-topic (52)
- # pathom (43)
- # quil (10)
- # re-frame (11)
- # reitit (28)
- # remote-jobs (2)
- # shadow-cljs (36)
- # sql (12)
- # tools-deps (7)
- # vim (32)
- # xtdb (17)
https://code.thheller.com/blog/shadow-cljs/2019/03/03/code-splitting-clojurescript.html this is an awesome, excellent blog post. much appreciated @thheller π
Iβd like to start with a simple shadow-cljs and reagent project to try out some things. Ideally it would support live reload and not have any additional libs like routing and such. Any recommendations for lein templates perhaps?
it's targetted for people familiar with the npm ecosystem, so if that's you I hope it will make sense
Thanks @UJVKWJTGE that looks great as well!
@gbson there is re-frame-template (but it does have re-frame also) https://github.com/day8/re-frame-template
Anyone knows how to integrate appliedscience/js_interop into a clojurescript project? https://github.com/appliedsciencestudio/js-interop
@Schpa - just curious, was there some other method of install that you were expecting?
I just teared it apart and manually installed everything, but I was really stumped hereβ¦
@schpaencoder there is no npm install a-thing
for clj(s), so we always add :dependencies
manually
I am running into a problem because I use Java 12 that shadow-cljs run dies with the error:
shadow-cljs - starting ...
Exception in thread "main" java.lang.ClassNotFoundException: javax.xml.bind.DatatypeConverter, compiling:(cljs/util.cljc:1:1)
lein is used but I ran this with yarn
you run yarn. that runs the shadow-cljs npm script. that runs lein
when you use :lein true
or so
lein false
version: 2.1.6
it's weird because in package.json I see "shadow-cljs": "2.8.58"
the one in the project itself