DEV Community

Discussion on: 11 Best Frameworks Programmers Can Learn in 2024 for Web Development and App Development

Collapse
 
_shirish profile image
Shirish • Edited

Agree! jQuery had its good run. However when as frontend dev try to learn more advanced frameworks like React, Vue or Angular then they keep thinking in context of DOM manipulation and honestly, they have hard time wrapping their head around thinking in terms of reactive data rather than manually updating the DOM as they used to do in jQuery.

I have also used jQuery in the past and it was great, but now after using Vue.js and React for a while I don’t see the need of jQuery at all.