Based on our record, Webpack should be more popular than jQuery. It has been mentiond 248 times since March 2021. We are tracking product recommendations and mentions on various public social media platforms and blogs. They can help you identify which product is more popular and what people think of it.
jQuery simplified AJAX syntax dramatically, which is why it became so popular. If you're working with a project that already uses jQuery (like many WordPress themes and plugins), its AJAX methods are very convenient. - Source: dev.to / 22 days ago
When I was building a quick frontend to the LLM game, I used jQuery to quickly whip out a prototype. Only after I was happy with it, I ported the code to the modern DOM API. As a result, I totally removed the dependency on jQuery. This whole experience makes me wonder, do people still use jQuery, in this age of frontend engineering? I took some time over the weekend to port one of my old jQuery plugins. This is... - Source: dev.to / 5 months ago
Whenever the number of items increased, the browser became slow, sometimes even unresponsive. At first, we thought it was a server issue or maybe too much data. But no โ the problem was hiding inside a small line of jQuery. - Source: dev.to / 6 months ago
Ah, jQuery โ the library that powered a generation of web apps. - Source: dev.to / 6 months ago
Then we have callbacks, which were popularized by AJAX calls. Back then, with jQuery, we could define handlers to deal with both success or failure cases. For instance, let's say we want to fetch the HTML markup of this blog (skipping error failure callback for brevity), we do. - Source: dev.to / 6 months ago
Webpack fundamentals for efficient file delivery. - Source: dev.to / about 1 month ago
There are several ways to use Webpack, Browserify or Babel. For more information on using these tools, please refer to the corresponding project's documentation. In the script, including Quanter will usually look like this:. - Source: dev.to / about 2 months ago
Use webpack or esbuild for bundling and pruning dead code Want to audit your bundle? Tools like pkg-size or cost-of-modules can show you which packages are inflating your deploy size. - Source: dev.to / 3 months ago
Webpack: A static module bundler for modern JavaScript applications. - Source: dev.to / 4 months ago
Why are there so many JavaScript build tools? Gulp, Grunt, Webpack, Laravel Mix, Rollup.js, and now Vite. And these are just the ones that I've worked with. Haven't we solved this problem? And why build a new tool? Why not improve existing tools? - Source: dev.to / 4 months ago
React Native - A framework for building native apps with React
rollup.js - Rollup is a module bundler for JavaScript which compiles small pieces of code into a larger piece such as application.
Babel - Babel is a compiler for writing next generation JavaScript.
OpenSSL - OpenSSL is a free and open source software cryptography library that implements both the Secure Sockets Layer (SSL) and the Transport Layer Security (TLS) protocols, which are primarily used to provide secure communications between web browsers and โฆ
Parcel - Blazing fast, zero configuration web application bundler
Composer - Composer is a tool for dependency management in PHP.