awesome-repositories.com
ब्लॉग
awesome-repositories.com

AI-संचालित खोज के साथ बेहतरीन ओपन-सोर्स रिपॉजिटरी खोजें।

एक्सप्लोर करेंक्यूरेटेड खोजेंओपन-सोर्स विकल्पसेल्फ-होस्टेड सॉफ्टवेयरब्लॉगसाइटमैप
प्रोजेक्टहमारे बारे मेंहम रैंकिंग कैसे करते हैंप्रेस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

AI के साथ बेहतरीन रिपॉजिटरी खोजें।हम AI का उपयोग करके सबसे सटीक रिपॉजिटरी खोजेंगे।
  • petehunt/webpack-howtopetehunt का अवतार

    petehunt/webpack-howto

    10,010GitHub पर देखें↗

    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-demosruanyf का अवतार

    ruanyf/webpack-demos

    9,571GitHub पर देखें↗

    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