React 和 Vue 对比
React
- React require the developer to create their DOM in javascript, typically aided with JSX.
React
需要让开发者使用JSX
来创建DOM
- If you plan to build a large scale app, go with React 如果你想要构建一个大型的可伸缩
App
,请使用React
- If you want a library that is adaptable for both web and native apps, go with React 如果你想要一种能同时适应
Web
和Native Apps
的库,请使用React
- If you want the biggest ecosystem, go with React 如果你想要强大的生态系统,请使用
React
Vue
- If you like building apps with templates (or want the option to), go with Vue. 如果你想要使用模板(或者
option
)来构建App
,请使用Vue
- If you like simplicity and things that "just work", go with Vue. 如果你想要事情只要能工作就好,请使用
Vue
- If you need your application to be as small and fast as possible, go with Vue. 如果你想要你的应用足够小足够简单,请使用
Vue
React or Vue: Which Javascript UI Library Should You Be Using?