1 min readOct 1, 2019
I think jQuery is useful when web front end was a lot simpler. Now users are more demanding, writing a few lines of jQuery for front end doesn’t cut it anymore.
Plain JavaScript also has a lot of what jQuery has now, and you can also manipulate the DOM with frameworks like Angular, Vue and React. Can’t imagine needing jQuery today for new apps.