-
amplication
Amplication brings order to the chaos of large-scale software development by creating Golden Paths for developers - streamlined workflows that drive consistency, enable high-quality code practices, simplify onboarding, and accelerate standardized delivery across teams.
Did you know another great way to minimize and optimize your JavaScript bundles is by giving us a star on GitHub? Ok, it doesn't impact your bundle sizes; however, it helps us know you're interested in our work and the great content we publish.
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
Brunch is a lightweight JavaScript bundler focusing on simplicity and speed. Although it is less popular than Webpack or Browsify, it has an effortless learning curve with fantastic features to help developers focus on feature implementation rather than configuration. Brunch has more than 6.8K GitHub stars.
-
webpack
A bundler for javascript and friends. Packs many modules into a few bundled assets. Code Splitting allows for loading parts of the application on demand. Through "loaders", modules can be CommonJs, AMD, ES6 modules, CSS, Images, JSON, Coffeescript, LESS, ... and your custom stuff.
Webpack is a widely used tool for efficiently bundling and optimizing Node.js applications. In addition to JavaScript, you can use Webpack to bundle CSS, images, and more. Webpack has more than 27 million weekly NPM downloads.
-
Rollup is another popular JavaScript module bundler focusing on high performance. It excels at tree-shaking and uses ES module syntax to generate more performant bundles than traditional module bundlers. In addition to JavaScript, Rollup supports bundling CSS and JSON as well. Rollup has more than 12 million weekly NPM downloads.
-
Browserify is a widely used JavaScript bundler with over 2 million NPM weekly downloads. In addition to Node.js support, allowing developers to use require() statements in the browser is one of its highlighted features.
-
Parcel is another popular bundler you can use to bundle Node.js applications. Unlike Webpack, you do not need to write additional configurations with Parcel since it is a zero-configuration bundler. It is capable of automatically detecting and bundling project dependencies.