Hacker News new | ask | show | jobs
by montroser 2656 days ago
Affirmative. It's not just that there are advanced application frameworks like React and Angular -- it's also that browsers are more standards compliant, and standard APIs have evolved in recent years to cover much of the gap that jQuery once usefully filled.
1 comments

I made a diagram of the way I think about it here: https://plectica.com/m/ADUNN80H4

When you map it out like this, the answer seems obvious that the place to invest your time is in learning the standards.

Jquery selectors are still more powerful, even if vanilla is faster.

There's more options, more possibilities. The selectors are a core part of Jquery's strength. As soon as your project requires a bit more complexity in selector needs, that's when Jquery steps up and helps out. That's what I've found anyway.