DEV Community

Discussion on: Manipulating the Web using Jquery

Collapse
 
shadowtime2000 profile image
shadowtime2000

Not many people recommend the usage of JQuery in production web apps because most of the time you are basically adding a large file without using it to its full extent.

Collapse
 
dule_martins profile image
Dule Martins

This is interesting and thanks, but most people use tools not because they will be using it to its full extent but because of their familiarity and easy flow.

Collapse
 
shadowtime2000 profile image
shadowtime2000

That may be true but the architecture of JQuery makes it immune to modern optimization techniques such as tree shaking which can lower the performance of your application.