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

4 repos

Awesome GitHub RepositoriesBuild and Bundle Optimization

Techniques for reducing artifact size and improving compilation efficiency during the development lifecycle.

Explore 4 awesome GitHub repositories matching software engineering & architecture · Build and Bundle Optimization. Refine with filters or upvote what's useful.

  1. Home
  2. Software Engineering & Architecture
  3. Performance and Reliability
  4. Performance Optimization
  5. Build and Bundle Optimization

Awesome Build and Bundle Optimization GitHub Repositories

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

    flutter/flutter

    175,261GitHubView on GitHub↗

    This project is a multi-platform UI framework designed for building applications that target mobile, web, and desktop environments from a single codebase. It utilizes a declarative paradigm where the user interface is defined as a function of application state, supported by a layered architecture that includes a high-p

    Dartandroidapp-frameworkcross-platform
  • ant-design/ant-design

    ant-design/ant-design

    97,624GitHubView on GitHub↗

    Ant Design is an enterprise-grade component library and design system framework built for developing complex, data-heavy web applications. It provides a comprehensive collection of pre-built, state-driven interface elements that map data properties to rendered components, ensuring consistent interaction patterns and vi

    TypeScriptant-designantddesign-systems
  • gohugoio/hugo

    gohugoio/hugo

    86,693GitHubView on GitHub↗

    Hugo is a high-performance static site generator that transforms source content and templates into optimized web assets. Built with a focus on speed and scalability, it provides a comprehensive framework for managing large-scale documentation and editorial projects through structured content organization, taxonomies, a

    Goblog-enginecmscontent-management-system
  • thedaviddias/Front-End-Checklist

    thedaviddias/Front-End-Checklist

    72,153GitHubView on GitHub↗

    This project provides a comprehensive web development checklist designed to verify the production readiness of websites before they are launched. It serves as a technical audit framework that guides developers through a systematic, manual validation process to ensure that all quality, performance, and accessibility sta

    checklistcssfront-end-developer-tool

Explore sub-tags

  • Build Performance OptimizationTechniques for reducing software build times through caching and partitioning strategies.
  • Code Splitting UtilitiesPerformance optimization techniques that divide application code into smaller, manageable segments.
  • Dependency DecompositionStrategies for optimizing bundle size by decoupling global configurations from specific functional dependencies.
Static Asset Optimization Pipelines
Guidelines and pipelines for minifying, concatenating, and compressing web assets to improve performance.
  • Tree Shaking SupportModule-based support allowing developers to include only necessary components in the final build.