DEV Community

Discussion on: Do you still work with jQuery?

Collapse
 
gryp17 profile image
Plamen Ivanov

I still use it in my personal projects (often together with Vue or React) when I need to touch stuff on a lower level (modify the DOM directly, write complex selectors etc.), which doesn't happen that often, but I would rather write a fast one liner than deal with the vanilla javascript DOM manipulation methods.