Vue.js: Difference between revisions

Content deleted Content added
m Spelling (<http://en.wikipedia.org/wiki/GitHub>).
m React: Ref. <http://en.wikipedia.org/wiki/User:Tony1/How_to_improve_your_writing#Misplaced_formality>, etc.
Line 84:
=== React ===
React and Vue share many similarities. They both:
* utilizeUse a virtual DOM (Since Vue 2.0)
* provideProvide reactive and composable view components
* maintainMaintain focus in the core library, with concerns such as routing and global state management handled by companion libraries
 
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 JavascriptJavaScript 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.