Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
Wozza638787yjQuery is completely different. It's also almost completely unnecessary with html5. And it's horrible for readability
-
Ezard19927yI would say that jQuery is a library not a framework
Library: your code calls into external code
Framework: external code call into your code -
cursee171597ySure you can. But you can write less codes with a framework. Less is always good.
It is pretty clear if you check the todomvc website. They have jQuery example. Compared it with others. -
Jquery is considered a framework by some, I see it as a library. But yeah, if you wanted it to be a pure solution might as well have used vanilla JS. I know what you mean tho, Jquery is still a very viable solution and I use it with no apologies. Sure, frontend frameworks are nice, but for a lot of projects completely and utterly unnecessary.
-
Wozza638787y@AleCx04 I prefer something in the middle for smaller projects, like knockout. Still produces much cleaner code and better features then jQuery. jQuery can be a pain to update the page dynamically.
-
@Wozza365 I have never looked at it :) will look it up right now, thanks for the pointer!
-
jamohile7657yJquery is amazing...but sometimes manual Dom management can be an absolute pain. IMHO I like to leave diffing and optimization to frameworks like react! Plus React makes OOP and reusable modules so much nicer :)
Why use Vue.js, Angular or React when you have jQuery???
No, seriously I just finished 4 Javascript Projects without any front-end framework.
rant