awesome-repositories.com
Blog
awesome-repositories.com

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetÀ proposNotre méthodologiePresseServeur MCP
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 dépôts

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

Trouvez les meilleurs dépôts grâce à l'IA.Nous recherchons les dépôts les plus pertinents grâce à l'IA.
  • petehunt/webpack-howtoAvatar de petehunt

    petehunt/webpack-howto

    10,010Voir sur 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
    Voir sur GitHub↗10,010
  • ruanyf/webpack-demosAvatar de ruanyf

    ruanyf/webpack-demos

    9,571Voir sur 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
    Voir sur GitHub↗9,571
  1. Home
  2. Web Development
  3. Shared Dependency Extraction