DEV Community

Discussion on: Do we still need jQuery in 2020?

Collapse
 
dumdum profile image
dum dum

jQuery is still useful when you develop web app using Django for simplicity.
Because React + Django would add more complexity and remove advantages from built in Django features in Django Templating.

It's my personal opinion.

Collapse
 
mouadkh9 profile image
Mouad K.

That's true for most templating frameworks ( Blade for laravel for example ), but currently, you can ditch jQuery for vanilla JS.