Re: [ClojureScript] Browser Repl ignores namespace - can't use repl effectively, please help

2015-07-05 Thread Evan Moses
On Saturday, July 4, 2015 at 4:55:04 AM UTC-7, Leon Grapenthin wrote: > At least for me, this is not true. Using Figwheels nREPL within Cider (no > weasel) works like a charme with auto complete, code jumping, all working > perfectly. I use this setup: > > https://github.com/bhauman/lein-figwhee

[ClojureScript] Performance tuning a Reagent/Re-frame application

2015-07-05 Thread Alan Moore
Obviously using reagent/re-frame should minimize Dom updates but sometimes an app can behave differently than we think it should. Especially in an event driven system some operations may occur in different orders, etc, sometimes this can be caused by the inversion of control that comes with even

[ClojureScript] [ANN] doo - a multi-environment cljs.test runner

2015-07-05 Thread Sebastian Bensusan
Hi everybody, I've put together "doo", a small plugin/library to run cljs.test in different environments: https://github.com/bensu/doo SlimerJS, PhantomJS, NodeJS, and Rhino are currently supported. It is meant to be used with :cljsbuild configurations like this: lein doo slimer my-render-