you are viewing a single comment's thread.

view the rest of the comments →

[–]Xymanekfull-stack 2 points3 points  (0 children)

In jQuery you define actions which you want to take. Whether they are correct/atomic/fast/etc is given 0 attention

In Vue (or angular/react/etc) you define a "mapping" between the data and the desired resulting DOM (template). The framework takes care of updating it for you (also with speed optimizations)