2 dépôts
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.
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.
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.