I've been dogfooding Duct for the past few months and overall I'm fairly pleased with how it operates on. However I've foun that the ClojureScript integration needs significant work - not having an easy ClojureScript REPL to hand is a real pain - so I've decided to rewrite the ClojureScript components. I'll be moving away from Shadow CLJS and onto a custom system based on the cljs.build.api included in ClojureScript itself.
Given that cljsjs packages is deprecated, do you have a plan to be able to consume JS libraries from this custom system? Just wondering 🤔
ClojureScript has native support for npm dependencies now, so that should all be baked in.