|
|
|
|
|
by ukulele
3026 days ago
|
|
I would be surprised if a majority of new projects with a JavaScript library weren't using jQuery. I personally moved on a few years ago and I suspect that's the case with many people who respond on HN, but there are still plenty of valid use cases, particularly when JS needs are simple and backwards compatibility is really important. If you're doing projects with light functionality and already know jQuery cold, you really don't gain much from React, Vue, et al for that project. You may gain something personally (career path, different way of thinking, etc), but that is a different topic. For anything slightly above the basics, I'd recommend Vue as a great alternative to jQuery. No build tools required and it's easy to stay in the realm of plain HTML, CSS, and JS. It also "progresses" really nicely if you have more complex needs later on -- that would be a main benefit over a tool like jQuery. |
|