[ClojureScript] problem with cljs, local dependencies, and src path

2018-12-29 Thread Rob Nikander
Hi, I'm seeing some strange behavior trying to start a cljs project. I'm using a deps.edn file, and if set the path to something like `:paths ["src/clj"]`, then the cljs compiler can't find local dependencies. For example, a project with this in deps.edn this will fail to compile: {:paths

[ClojureScript] Re: [ANN] Mr Clean: Reagent without React.js

2018-12-29 Thread Sonny To
There's no vdom diffing so its not as efficient as reagent with react.js. Whenever state changes, the state of a component is synchronized with the real dom. Ideally, any reagent project that doesn't use react.js components should just work. by changing the namespace but most likely unless