Vue.js: Difference between revisions

Content deleted Content added
m React: Ref. <http://en.wikipedia.org/wiki/User:Tony1/How_to_improve_your_writing#Misplaced_formality>, etc.
m Spelling (<http://en.wikipedia.org/wiki/AngularJS>).
Line 93:
unavoidable, therefore making converting existing web application much more difficult.
 
=== AngularAngularJS ===
Some of Vue’s syntax will look very similar to AngularAngularJS (e.g. <code>v-if</code> vs <code>ng-if</code>). This is because there were a lot of things that AngularAngularJS got right and these were an inspiration for Vue very early in its development. There are also many pains that come with AngularAngularJS however, where Vue has attempted to offer a significant improvement.
 
=== Ember ===
Line 129:
A far more powerful router. Riot’s routing API is extremely minimal.
 
Better performance. Riot traverses a DOM tree rather than using a virtual DOM, so suffers from the same performance issues as AngularAngularJS 1.
 
More mature tooling support. Vue provides official support for Webpack and Browserify, while Riot relies on community support for build system integration.<ref>{{Cite web|url=https://vuejs.org/v2/guide/comparison.html|title=Comparison with Other Frameworks|last=|first=|date=|website=|archive-url=|archive-date=|dead-url=|access-date=2017-03-11}}</ref>