[ClojureScript] Looking for project - cljs data to HTML DOM pretty-printing

2014-11-07 Thread Tom Locke
Hi All, A while back I came across a project that could take cljs data and render it in a nice readable way as HTML. I was sure I bookmarked it, or starred the github repo, but now that I need it there is no sign of it. Google searches are proving fruitless. There is the abandoned

Re: [ClojureScript] om - focused re-rendering

2014-11-07 Thread Colin Yates
Thanks David. On Thursday, 6 November 2014 14:27:23 UTC, David Nolen wrote: Most of the conundrums are obviated by reference cursors. Organize your data however you like, only want needs to be re-rendered will be re-rendered. On Wed, Nov 5, 2014 at 8:38 AM, Colin Yates colin.ya...@gmail.com

[ClojureScript] Re: om - focused re-rendering

2014-11-07 Thread Colin Yates
On hindsight, I think my question is based on an incorrect assumption. In a test case, whether you construct the data on the fly or map directly to app-state the same number of render calls are made, so move on please, nothing to see here :). On Wednesday, 5 November 2014 13:38:46 UTC, Colin

Re: [ClojureScript] Re: om - focused re-rendering

2014-11-07 Thread Daniel Kersten
Re: Om book, I think it's still a bit too early since the idioms and best practices are still largely being figured out. A crowd sourced book that can be quickly updated as Om gets more and more battle tested could work, but for now I think contributing to the official docs and tutorials to bring

[ClojureScript] Improving ClojureScript eval on Light Table

2014-11-07 Thread Rory Douglas
I'd love it if external browser connection could automatically update the websocket port in my index.html so I don't have to. Or perhaps manage the port lifecycle and assign a stable port per project. I personally really like the utility of CLJS debugging via Chrome DevTools so external

[ClojureScript] Re: javascript to clojurescript transpiler

2014-11-07 Thread Tom Connors
Ha! Make a lein plugin for it and we're set. -- Note that posts from new members are moderated - please be patient with your first post. --- You received this message because you are subscribed to the Google Groups ClojureScript group. To unsubscribe from this group and stop receiving emails

[ClojureScript] MVI/virtual-dom improvement over React/Om?

2014-11-07 Thread gvim
Has anyone applied Clojurescript to this new alternative to React by Andre Medeiros? http://futurice.com/blog/reactive-mvc-and-the-virtual-dom He claims it's more purely reactive and performant than ReactJS. gvim -- Note that posts from new members are moderated - please be patient with your