How Advanced File Delivery with Webpack Optimizes Web App Performance

This page summarizes the projects mentioned and recommended in the original post on dev.to

SurveyJS: Build JSON-Driven Surveys and Forms with Full Data Control
Add the SurveyJS UI components to your JS app (React/Angular/Vue3). Securely collect and analyze data without sending it to 3rd-party servers. Fully customizable, works with any backend, and ideal for data-heavy apps. Learn more.
surveyjs.io
featured
Stream - Scalable APIs for Chat, Feeds, Moderation, & Video.
Stream helps developers build engaging apps that scale to millions with performant and flexible Chat, Feeds, Moderation, and Video APIs and SDKs powered by a global edge network and enterprise-grade infrastructure.
getstream.io
featured
  1. filestack-js

    Official Javascript SDK for the Filestack API and content ingestion system.

    One of the biggest factors behind loading speed is efficient file delivery — how quickly images, scripts, stylesheets, and other assets reach the browser. The more optimized your file delivery pipeline is, the faster and smoother your app will feel.

  2. SurveyJS

    SurveyJS: Build JSON-Driven Surveys and Forms with Full Data Control. Add the SurveyJS UI components to your JS app (React/Angular/Vue3). Securely collect and analyze data without sending it to 3rd-party servers. Fully customizable, works with any backend, and ideal for data-heavy apps. Learn more.

    SurveyJS logo
  3. 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 fundamentals for efficient file delivery

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Experimentando con Elm en mi trabajo

    1 project | dev.to | 30 Aug 2025
  • Webpack 5: The Next Generation Module Bundler

    1 project | dev.to | 2 Mar 2025
  • Discover the power of microfrontends: A revolution in frontend development

    1 project | dev.to | 24 Feb 2025
  • Simplify Browser Extension Deployment with GitHub Actions

    2 projects | dev.to | 1 Feb 2025
  • Which JavaScript Bundler Is Right for You? A Deep Dive into Webpack, Vite, and More

    1 project | dev.to | 31 Jan 2025

Did you know that JavaScript is
the 4th most popular programming language
based on number of references?