awesome-repositories.com
© 2026 Bringes Technology SRL·VAT RO45896025·hello@bringes.io
MCPSitemapPrivacyTerms
Build Optimizations · Awesome GitHub Repositories

4 repos

Awesome GitHub RepositoriesBuild Optimizations

Explore 4 awesome GitHub repositories matching development tools & productivity · Build Optimizations. Refine with filters or upvote what's useful.

  1. Home
  2. Development Tools & Productivity
  3. Build Tooling
  4. Build Performance and Optimization
  5. Build Optimizations

Awesome Build Optimizations GitHub Repositories

Describe the repository you're looking for…
We'll search the best matching repositories with AI.
  • webpack/webpack

    webpack/webpack

    66,022GitHubView on GitHub↗

    Webpack is a module bundler that maps project dependencies into a directed acyclic graph to transform diverse file types into optimized, browser-ready assets. It functions as a build pipeline orchestrator, using entry points to recursively resolve imports and bundle modules, scripts, and static assets into a unified ou

    Partitions application code into smaller, asynchronously loaded chunks to boost initial load performance.

    JavaScriptamdbuild-toolcommonjs
  • remix-run/react-router

    remix-run/react-router

    56,250GitHubView on GitHub↗

    React Router is a navigation and data-loading framework that maps URL patterns to nested component hierarchies. It functions as a full-stack router, coordinating server-side resource fetching with client-side hydration to synchronize application state across different environments. By providing a declarative interface

    Segments applications into smaller JavaScript bundles based on route boundaries to reduce initial load times.

    TypeScript
  • vuejs/core

    vuejs/core

    53,019GitHubView on GitHub↗

    Vue is a progressive JavaScript framework designed for building modular, reactive user interfaces. It utilizes a component-based architecture that allows developers to encapsulate logic, templates, and styles into reusable units. At its core, the framework employs a virtual DOM renderer and a proxy-based reactivity sys

    Strips development-only warnings and debugging code during production compilation to minimize final bundle sizes.

    TypeScript
  • prettier/prettier

    prettier/prettier

    51,664GitHubView on GitHub↗

    Prettier is an opinionated code formatter that parses source code and reprints it from scratch to enforce a consistent, project-wide visual style. By transforming code into an abstract syntax tree and applying a recursive document printing process, it eliminates manual style debates and ensures that all source files ad

    Caches formatting results based on file metadata to skip redundant processing of unchanged files during build cycles.

    JavaScriptangularastcss

Explore sub-tags

  • Code SplittingTechniques for segmenting application bundles to reduce initial load times.
  • Code Splitting StrategiesMethods for partitioning application code into smaller, asynchronously loaded chunks.
  • Incremental Build CachesSystems that store and reuse previous processing results to avoid redundant work on unchanged files.