6 ms·
What does it give you above other frameworks, specifically Angular?
by velikos 13y ago
What does it give you above other frameworks, specifically Angular?
- vjeux 13y agoTwo great posts by Pete Hunt http://pt.reddit.com/r/javascript/comments/1oo1y8/i_know_angularjs_are_there_any_reasons_i_should/ http://pt.reddit.com/r/javascript/comments/1oo1y8/i_know_ang... http://www.quora.com/Pete-Hunt/Posts/Facebooks-React-vs-AngularJS-A-Closer-Look http://www.quora.com/Pete-Hunt/Posts/Facebooks-React-vs-Angu...
- spicyj 13y agoI wrote a little bit about my experiences here: http://benalpert.com/2013/06/09/using-react-to-speed-up-khan-academy.html http://benalpert.com/2013/06/09/using-react-to-speed-up-khan... In short, it's simple (very little to learn) and very fast. One other big thing I love is that it encourages building reusable and composable components. Angular has a lot of the same structure, but if you end up building directives then you have to drop down to manual DOM manipulation again if you want speed.