awesome-repositories.com
المدونة
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعحولكيفية ترتيب النتائجالصحافةخادم MCP
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 مستودعات

Awesome GitHub RepositoriesShared Dependency Extraction

Processes for identifying and moving common modules into shared files to maximize browser caching.

Distinct from Shared Caching Topologies: Candidates describe network file sharing or distributed cache topologies, not build-time module extraction for browser caching.

Explore 2 awesome GitHub repositories matching web development · Shared Dependency Extraction. Refine with filters or upvote what's useful.

Awesome Shared Dependency Extraction GitHub Repositories

اعثر على أفضل المستودعات باستخدام الذكاء الاصطناعي.سنبحث عن أفضل المستودعات المطابقة باستخدام الذكاء الاصطناعي.
  • petehunt/webpack-howtoالصورة الرمزية لـ petehunt

    petehunt/webpack-howto

    10,010عرض على GitHub↗

    This project is a Webpack build guide and a reference for implementing a JavaScript module bundler. It serves as a frontend build pipeline designed to resolve dependencies, package source files, and optimize assets for web browsers. The guide focuses on asset optimization and performance strategies. This includes implementing code splitting for asynchronous module loading, extracting shared dependencies to improve browser caching, and generating multiple entrypoints to reduce initial download sizes. The project covers a broad range of build-time capabilities, including modern JavaScript tran

    Implements the extraction of shared modules into separate files to improve browser caching across multiple application bundles.

    JavaScript
    عرض على GitHub↗10,010
  • ruanyf/webpack-demosالصورة الرمزية لـ ruanyf

    ruanyf/webpack-demos

    9,571عرض على GitHub↗

    This repository is a collection of Webpack configuration examples and JavaScript module bundler demonstrations. It provides asset pipeline tutorials and frontend build tool examples focused on resolving dependencies and merging multiple modules into optimized browser files. The project demonstrates how to configure Webpack for transforming JavaScript assets, including the use of loaders and plugins to process JSX, CSS, and images into browser-ready formats. It includes practical examples of code splitting, minification, and environment variable injection. The covered capabilities include fro

    Identifies and moves common vendor libraries into separate files to maximize browser caching efficiency.

    JavaScript
    عرض على GitHub↗9,571
  1. Home
  2. Web Development
  3. Shared Dependency Extraction