Vue.js: Difference between revisions

Content deleted Content added
No edit summary
Line 83:
 
=== React ===
[[React]] and Vue share many similarities. They both:
* Use a virtual DOM (since Vue 2.0)
* Provide reactive and composable view components
Line 89:
 
When compared to React development, Vue can be integrated to an existing web application much more easily. Normally, a web application can
start using Vue immediately by simply including the Vue.js JavaScript library. Usage with [[Webpack]] or [[Browserify]],
are not strictly necessarily. This is in stark contrast to React development where Usage with [[Webpack]] and [[Babel]] is
unavoidable, therefore making converting existing web application much more difficult.