bit confused on the require statementin klipse how does it work ?
(require '[reagent.core :as r])
work where as
(require '[honey.sql.helpers :as sqlh])
does not do I need to include the library in my deps when compiling the project, or is it supposed to pull it in remotely ?
Some namespaces are available from an analysis cache repository https://github.com/viebel/cljs-analysis-cache/blob/master/cache-shadow/shadow-cljs.edn
For arbitrary libraries, you need to use external-libs flag
Are you talking about Klipse the Webapp or Klipse the JS plugin?
I am importing klipse into a cljs project, so I guess a webapp is that data-external-libs or can you specify the libs to klipse before hand as a setting ?