Hi you can use ReactJs from AngularJs to render/update your DOM. In an example and also other real world examples performance is greatly improved with ReactJS. In an example rendering time dropped from 1300ms to 200ms, thanks to ReactJs. I wrote up a small exmpla ehow this can be done and how to use ReactJs with AngularJs
http://www.williambrownstreet.net/blog/2014/04/faster-angularjs-rendering-angularjs-and-reactjs/ There are other examples out there as well. Checkout https://github.com/davidchang/ngReact for example. hope that helps On Tuesday, January 7, 2014 12:02:11 AM UTC+1, Kevin Duffey wrote: > > I've been following another JS framework used by Facebook called ReactJS. > One thing it seems to do very well is smooth/fast UI updates with it's diff > engine. I am wondering if there is either a possibility AngularJS (perhaps > 2.0?) will do something similar in the future.. or if there is a way to > utilize ReactJS for rendering by AngularJS? Maybe a pluggable renderer some > how? > > In particular I personally like the 2-way data bind of Angular, but like > the speed in which ReactJS will render the UI. But I also like the various > add-ons like AngularUI-bootstrap and such that makes it much faster to > provide nice components that I would otherwise need to do myself and I am > not a CSS guru... hence why I am asking. > > Thanks. > > -- You received this message because you are subscribed to the Google Groups "AngularJS" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/angular. For more options, visit https://groups.google.com/d/optout.
