DEV Community

Discussion on: You Don’t Need jQuery

Collapse
 
mervinsv profile image
Mervin • Edited

Oh! This is great.

Currently working on a project with almost everything are jquery. But wanted to remove jquery and start using pure javascript.

But the problem is we still need to import jquery because we are using a lot of jquery libraries like Bootstrap. Any suggestions about that?

Collapse
 
kdinnypaul profile image
Dinny Paul

You could try zepto.js but I don't know if it supports bootstrap completely, what you can do is try to remove jquery slowly or at least for DOM manipulation initially

Collapse
 
mervinsv profile image
Mervin • Edited

Okay. Thanks.

But I got this zurb.com/blog/why-we-dropped-zepto