This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2023-12-23
Channels
- # adventofcode (4)
- # beginners (25)
- # biff (11)
- # clojure (2)
- # clojure-bay-area (1)
- # clojure-europe (5)
- # clojure-norway (2)
- # clojuredesign-podcast (4)
- # datalevin (2)
- # dev-tooling (34)
- # hyperfiddle (2)
- # missionary (5)
- # off-topic (3)
- # polylith (4)
- # rewrite-clj (13)
- # shadow-cljs (11)
- # tools-deps (1)
- # vim (1)
- # xtdb (5)
Yes, I had to use it because of react-query latest version not working with google closure
pretty much the only thing different is that you have to reload the page if your JS dependencies change
and shadow-cljs can't load any JS deps in the REPL that aren't already loaded by the external file
So it should still treeshake ? The outputs of esbuild seems to include the whole package while dev. Maybe it get better for release build
it currently isn't as optimized as it could be though. I'll eventually get to https://github.com/thheller/shadow-cljs/issues/1162 😛