DEV Community

[Comment from a deleted post]
Collapse
 
xowap profile image
Rémy 🤖

Not using jQuery is not about jQuery but about the development paradigm. Using VueJS (or lesser implementations like React) will, given a state, always render the same output. On the other hand, jQuery code is incremental: whatever you do you need to patch the current state. It creates most of the problems we attribute to JS.