VUE study notes - Progressive understanding

The core function of the Vue is a view template engine, but this is not to say it can not become a Vue framework. As shown below, where all the components comprising the Vue, rendering on the basis of the statement (view template engine), we can add components

 

 

The core function of the Vue is a view template engine, but this is not to say it can not become a Vue framework. As shown below, where all the components comprising the Vue, rendering on the basis of the statement (view template engine), we can add the components of the system, the client route, to build a large-scale state management full frame. More importantly, these features are independent, you can choose any of the other components on the basis of core functions, not necessarily all together. You can see, the term "progressive" is actually Vue of use, but also embodies the concept design of the Vue

 

 

As for the interpretation of "progressive", and I know saw a good answer on peace, the answer is also the designer of point Vue praise. The answer is a good point of view, mainly from the comparison with React, Angular be explained , because I did not how used the addition of these two frameworks, and not to make improper comments, so only the answer excerpt for reference [4 ].

 

In my opinion, the meaning of progressive stands for: Minimum proposition.
Each frame will inevitably have some of their own characteristics, so the user will have certain requirements that is advocated, the main Zhang Youqiang weak, it will affect the degree of strength in the way of business development.
For example, Angular, it is a strong advocate of both versions, if you use it, you must accept the following things:
- You must use its module mechanism - must use its dependency injection - must use its special form of custom components (which each frame has a view point, it is difficult to avoid)

So Angular is relatively strong with an exclusive, if your application is not starting from scratch, but to continue to consider whether to integrate with other things, these ideas will bring some problems.

For example, React, it also has a certain degree of assertion, it claims primarily functional programming concepts, for example, you need to know what are the side effects, what is pure function, how to isolate side effects. It invasive seemingly Angular so strong, mainly because it is soft invasion.

Vue may in some respects be as good as React, not as good as Angular, but it is gradual, there is no strong advocates, you can top the original large-scale systems, the one or two components use it to achieve when using jQuery; it can also be used throughout the entire family development barrel, when Angular use; you can also use it to view the entire lower with your own design with. You can use the set of ideas and OO design patterns, can also be functional logic of the underlying data in place, it can, it's just a lightweight view it, only their own thing to do, should not do not do , nothing more.
Progressive meaning, my understanding is: do not do more than duty.

 

Well, here it has been explained over "progressive framework" means, now let's go back to the beginning of that sentence.

Vue.js frame is a gradual build user interface.

Vue is not to have a different feeling, but now they should know how to learn and use Vue bar. During the study, we did not need to come on to get to know each part and function Vue, starting with the core functions begin to learn, gradually expanded. Meanwhile, in use, we do not need to put all the pieces could have come up with what needs to be what it wants, but also the Vue easily combined with other existing projects or frame.

 

Source: VUE progressive understanding

 

 

Guess you like

Origin www.cnblogs.com/DSH-/p/11301270.html