-
-
Notifications
You must be signed in to change notification settings - Fork 3.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[vue] vue和react有什么不同?使用场景分别是什么? #225
Comments
vue:双向绑定,数据驱动视图; |
楼上说了等于没说,废柴,还是我来说几句吧。 |
淡定,链接打不开 |
去掉中文 |
|
楼上说了等于没说,废柴,还是我来说几句吧。 vue和react相同点都是前端框架 |
不同点: 使用场景:
|
区别模板语法vsJSX
响应式数据绑定
组件化开发
生态系统和社区支持React拥有庞大的社区和丰富的生态系统,有许多第三方库、工具和插件可供选择。Vue的生态系统也在不断发展壮大,但相对于React而言,规模和成熟度可能略逊一筹。 使用场景VUEVue适用于构建中小型的单页面应用(SPA)和移动端应用。它提供了一套完整的解决方案,包括路由、状态管理和构建工具,使得开发者能够快速搭建响应式的用户界面。 ReactReact适用于构建大型和复杂的应用程序,尤其是需要高度可定制性和灵活性的场景。它更加注重组件的复用和组合,适合构建可扩展的应用程序,并且在性能方面具有优势。 |
[vue] vue和react有什么不同?使用场景分别是什么?
The text was updated successfully, but these errors were encountered: