DEV Community

[Comment from a deleted post]
Collapse
 
shadowtime2000 profile image
shadowtime2000

About the recreating JQuery thing, I believe some browsers, if there is no $ in the global scope, set $ = (tag) => document.querySelector(tag); anyways. I find frameworks useful for organizing my code and I also am not a fan of writing entire applications with document. methods.

Collapse
 
ironcladdev profile image
Conner Ow

I can use frameworks to do stuff but I honestly think that using the DOM is pretty simple. It does make sense that there are better ways to do stuff with frameworks.
Thanks for the info.
Happy new year!