DEV Community

Discussion on: Anybody still working with jQuery?

Collapse
 
briankephart profile image
Brian Kephart

Our public website uses Bootstrap, so I'm using it until we get around to redesigning the site. Using jQuery and Webpack together feels odd, though.

The site was originally built on Rails 5.0, just before they dropped the jQuery dependency in 5.1.

For our employee dashboard I use StimulusJS, which is great for the minimal dynamic features that we need. I'll probably use it for the public site as well whenever we redesign it.