Can anyone explain when did jQuery start to fall back in the tech era? What were its failures? It is a bit sad to say goodbye to such an old friend.
This Week in Rails: jQuery no longer part of Rails, and more
11–20 of 143 posts
Re: This Week in Rails: jQuery no longer part of Rails, and more
#12Can anyone explain when did jQuery start to fall back in the tech era? What were its failures? It is a bit sad to say goodbye to such an old friend.
These days there are many fewer differences between vendors, and things like the Fetch API are making the kind of simplifications jQuery pioneered a core part of the browser experience.
Re: This Week in Rails: jQuery no longer part of Rails, and more
#13Can anyone explain when did jQuery start to fall back in the tech era? What were its failures? It is a bit sad to say goodbye to such an old friend.
Re: This Week in Rails: jQuery no longer part of Rails, and more
#14Can anyone explain when did jQuery start to fall back in the tech era? What were its failures? It is a bit sad to say goodbye to such an old friend.
Re: This Week in Rails: jQuery no longer part of Rails, and more
#15Can anyone explain when did jQuery start to fall back in the tech era? What were its failures? It is a bit sad to say goodbye to such an old friend.
Re: This Week in Rails: jQuery no longer part of Rails, and more
#16Never used RoR, was this just used in the scaffolding system?
Re: This Week in Rails: jQuery no longer part of Rails, and more
#17Jokes aside, good riddance! jQuery had a good run, and now it's obsolete (maybe a strong word, and debatable).
You don't bring an entire toolbox to pound in a loose nail. You don't import underscore to write "Hello, World". You shouldn't bring in jQuery to write client-side ES6.
The one good thing that came from jQuery (maybe) is the DOM lookup syntax. Even then, the vanilla query-style isn't even that bad, and as a beginner, I'm not sure why I let the YouTube videos on the internet convince me that vanilla DOM querying was evil and that I should "always use jQuery". Pro Tip: A software engineer that says "always use X" is a fucking retard, and you should probably punch them in the face and then pull their pants down.
Re: This Week in Rails: jQuery no longer part of Rails, and more
#18Can anyone explain when did jQuery start to fall back in the tech era? What were its failures? It is a bit sad to say goodbye to such an old friend.
Modern browsers have partially solved both these issues. (The former with .querySelector() and the latter with the deprecation of MSIE 6/7/8.)
Re: This Week in Rails: jQuery no longer part of Rails, and more
#19I misread it as "JRuby" removed from Ruby on Rails and almost jumped for joy.