fraigo
Dec 1, 2018
I worked with both Vue.js and React. Some of the advantages I found using Vue over React:
- The component model can be developed separating domain-specific aspects (component markup (template), logic (Javascript/typescript/babel), and style (css). In React, using JSX, sometimes you are mixing this concepts in the same code, and difficult for a designer, for example, to work on components without having JS/JSX experience.
- I found Vue better suitable to create component-based and static content web pages without compromising SEO content optimization. In React, basically I need to start with an empty-content page dinamically created.
- Vue Property declaration is very straightforward with types and defaults. Also in React has some improvements, for example, propagating properties inside child components
- About additional tools, both Vue and React has the most commonly used tools (front-end frameworks, state management, resource loading)
0 views0
