The ability to consume node_modules is just an additional feature - it
makes no existing features obsolete.
David
On Sun, Jul 30, 2017 at 3:42 PM, Daniel wrote:
> For someone who is new to clojurescript and pretty confused by
> clojurescript dependency management in general, does this release o
Yes, it does make CLJSJS obsolete and the new method is to include Node
modules from NPM.
CLJSJS was never the one true way, especially for production. It lacked
deduplication of transitive dependencies that were not packed per CLJSJS
and of course support for dependencies that where are not in
For someone who is new to clojurescript and pretty confused by
clojurescript dependency management in general, does this release obsolete
cljsjs for new projects and what is the new method?
On Friday, July 28, 2017 at 4:55:04 PM UTC-5, David Nolen wrote:
>
> ClojureScript, the Clojure compiler t
Amazing release, trying it out right now.
Just wanted to see if including this
works: https://github.com/coopermaruyama/react-web3
I try to :require it via [react-web3 :as w3]
Unfortunately this gives me a not-found error. Also I noticed that CLJS
indeed downloaded react-web3 to "node_modules"
Works for me on iOS JavaScriptCore 👍 (RN 0.45).
Thanks David and all ClojureScript contributors!
Rangel
P.S. The only issue with a library that I saw was
with
https://github.com/tailrecursion/cljs-priority-map/blob/master/src/cljs/tailrecursion/priority_map.cljs#L4
*Invalid :refer, var cljs