Hacker News new | ask | show | jobs
by bnchrch 2892 days ago
Well this isn't necessarily an this or this situation they are two very different libraries fulfilling two very different purposes.

That being said not very many greenfield js projects in the last 5 years have brought in jQuery as a dependency and that's because (as others have pointed out) it's dated. Everything you can do with jQuery vanilla JS now does.

React is always a safe bet to learn, an amazing framework that has taken over professional front end development (for very good reasons). Some people will try to push you to Vue.js because thats the new thing (and it also is a very easy library to get started with) but if you're looking for having a new skill React can't be beat. (It still has more than 5x the amount of downloads per month than Vue.js)

However before you get into any framework make sure you know modern javascript.