Home  >  Article  >  Web Front-end  >  What are the disadvantages of vuejs

What are the disadvantages of vuejs

青灯夜游
青灯夜游Original
2021-09-28 11:49:482699browse

vuejs Disadvantages: 1. There is no shortage of introductory tutorials, but there is a lack of advanced tutorials, documents and books; 2. Vue does not support IE8; 3. The ecosystem is not complete enough; 4. The community is not large enough and the activity is low , unable to provide diverse solutions and more choices; 5. Slightly poor scalability, etc.

What are the disadvantages of vuejs

The operating environment of this tutorial: windows7 system, vue2.9.6 version, DELL G3 computer.

What is vue.js

Vue (pronounced /vjuː/, similar to view) is a set of progressive methods for building user interfaces frame. Unlike other large frameworks, Vue is designed to be applied layer by layer from the bottom up. Vue's core library only focuses on the view layer, which is not only easy to get started, but also easy to integrate with third-party libraries or existing projects. On the other hand, when combined with a modern tool chain and various supporting libraries, Vue is fully capable of providing drivers for complex single-page applications.

The goal of Vue.js is to enable responsive data binding and composed view components through the simplest possible API.

What is a progressive framework

Using vue, you can use it to implement one or two components on top of the original large system, and use it as jQuery; also You can use it to develop the whole family bucket and use it as Angular;

You can also use its view to match the entire lower layer of your own design. You can use the concepts of OO and design patterns in the underlying data logic.

It can also be used in functional form, either way is fine. It's just a lightweight view, it only does what it should do, and doesn't do anything it shouldn't do, that's all. You don’t have to use all Vue’s family buckets from the beginning. Depending on the scenario, the official provides a convenient framework for you to use.

Advantages:

  • Easy to learn: Vue.js includes standard HTML-based templates, making it easier to use and modify existing applications .

  • Two-way data binding

  • Lightweight framework

  • Componentization

  • Separation of views, data, and structures

  • Run faster

  • Virtual DOM

Disadvantages:

  • There is no shortage of introductory tutorials but there is a lack of advanced tutorials, documentation and books.

  • Vue does not support IE8

  • The ecosystem is not complete enough, and the ecological environment is not as good as react and angular

  • The community is not large enough and less active to provide diverse solutions and more choices

  • Compared with Angular and React, the Vue.js framework The market share is still small. It is rapidly gaining popularity, but at the same time, problems can arise with large-scale application development when using Vue.js.

  • Slightly less scalable

Related recommendations: "vue.js Tutorial"

The above is the detailed content of What are the disadvantages of vuejs. For more information, please follow other related articles on the PHP Chinese website!

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn