Answer the question
In order to leave comments, you need to log in
What is vue.js, how mainstream is it, and how effective is it?
I've been hearing a lot about Vue.js
over the past few years . What is it and why was it developed?
I didn’t particularly go into its essence, as far as I understand, this is a kind of framework that simplifies working with the DOM tree by offering your own code instead of some typical JS code, something like jquery, but some very specific and looped directly on interface.
There was an impression that this is some kind of hipster ineffective product. Isn't that right? Is it used in any large projects? How much does it simplify development? How fast does it work?
The developers suggest using it in tandem with Node.JS, but what about more mainstream PHP web development?
Is it worth using it, if so, in what typical tasks can you unlock as much of its potential as possible?
Answer the question
In order to leave comments, you need to log in
What is itVue (pronounced /vjuː/, similar to view) is...
This jquery was needed to work cross-browser with dom. Vue is a full-fledged freemvork. Needed for a clear structure and architecture of the application. Solves basic tasks, such as interface synchronization with data, rooting. It introduces modularity, which makes it easy to reuse and encapsulate data, styles, markup.
The node is needed for vue as a development environment and for ssr, but this front-enders will get tired. On what to do backend api in general, it doesn’t matter, because this is a separate application. Ssr on php cannot be done in the same way as yii2 can be run on js.
Vue has been around since 2014 and is rapidly gaining popularity. Gitlab and aliexpress work on it.
Suitable for any tasks where there is Ajax and you need to dynamically change the interface. Starting from the basket, filters and to any spa.
There is a comparison with react and angular, but this is purely for frontends.
https://www.youtube.com/watch?v=FFZfmIQ9I44
https://www.youtube.com/watch?v=kuHSJNxNFQw
Well, for the first application, vue is best suited, there’s nothing to even think about.
Vue is a not-so-high-quality React clone created by a Chinese)
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question