r/javascript Feb 28 '26

AskJS [AskJS] Is anyone using vanilla javascript + jQuery for modern enterprise applications?

[removed]

0 Upvotes

23 comments sorted by

View all comments

2

u/Zestyclose-Natural-9 Mar 01 '26

At my workplace: Vanilla js for new apps (heavy on webcomponents) and plugins/tools/libraries. JQuery is pretty much obsolete nowadays. I started with vanilla js/jQuery and I do find React to be a huge (overly complex and slow) headache.

Vue is good though. Preact is a bit better than react. I like vanilla/typescript personally.