Written by
Aaron Bell
on
on
ClojureScript libraries can depend on JS libraries
shadow-cljs lets you depend on ClojureScript (cljs) libraries in shadow-cljs.edn and JS libraries alike in package.json. Some cljs libraries can depend on JS libraries, like how Reagent requires React–meaning you’ll need to npm i
them before using your cljs library.