Hacker News new | ask | show | jobs
by arrow7000 1183 days ago
You think that's the only reason React took off? Have you ever tried to build a complex web application using only jQuery?
1 comments

Yeah, I've done it many times successfully, drag and drop interfaces, form builders, dynamic form inputs, animations, etc. It's 10x easier with vanilla JS and sprinklings of jQuery.

Believe it or not, gmail was a much faster cleaner better interface before they switched to Angular, and FB worked much better and was way less buggy and slow before they switched to React. The reason the mega-caps pushed their use was to offload processing power to the client, which saves them server costs. Front end JS frameworks don't solve a problem almost every other company has, hence why they had to be pushed by FB/Google, and didn't grow organically from the open source community.

I suspect when you want complex modals and chat dialogs you'll notice jQuery starting to bend under the weight. It can be done, though not as well as more modern, albeit large frontend tools.
No. Both of those things can be done with light JS use. A framework is definitely not needed.