DEV Community

Discussion on: JavaScript or JQuery? Which do you use?

 
urielbitton profile image
Uriel Bitton

Right. I work on a lot of client-server side apps and i make tremendous use of jquery, within react. FOr example, handling complex click events and actions and generating html content in apps is super easy in jquery. The same would be much much longer and more complicated in javascript.