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
-
I feel you, like I understand that some people may use jQuery (especially if the OP wants to use it in the solution) but some time having a vanilla approach would be better.
-
rtony208y@Artemix true, but modifying DOM is such a pain in the ass, especially when the app grows bigger and has to do more complex stuff.
Also check out VueJS. The size is 60kb, and it's amazing. I'm madly in love with it -
I'm not a fan of js libraries and frameworks, but I'd strongly recommend learning jQuery. I avoided it for ages because web work was only a small part of my job. Eventually I decided I should look at it to at least find out what I was missing. It took only a few minutes to grasp the basics and maybe a couple of hours to see what was possible. It was the most valuable time I've ever spent learning anything.
Related Rants
-
tahnik63So I need to create a nice new web app. Let's look at some cool JS frameworks that I can work with. *5 mins l...
-
ahmedam23What only relying on JavaScript for HTML form input validation looks like
-
Kalvin17How does a front-end developer get away with murder? $('body').hide(); //I'll see myself out
I always get a little angry when I'm looking for the solution to a problem I have with JavaScript and the answerer has the solution in JQuery. Like, not everyone uses that people!
undefined
jquery
javascript
js