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

4 repos

Awesome GitHub RepositoriesBuild-Time Processing

Explore 4 awesome GitHub repositories matching user interface & experience · Build-Time Processing. Refine with filters or upvote what's useful.

  1. Home
  2. User Interface & Experience
  3. Styling and Theming Systems
  4. Content Styling
  5. Styling Architectures
  6. Styling Systems
  7. Build-Time Processing

Awesome Build-Time Processing GitHub Repositories

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

    mui/material-ui

    97,927GitHubView on GitHub↗

    Material UI is a comprehensive component-based library designed to accelerate the construction of professional, accessible web interfaces. It provides a centralized design system framework that manages visual tokens, typography, and color palettes to ensure consistent branding and layout constraints across complex appl

    Optimizes performance by extracting styles during the build process to support server-side rendering and reduce client-side bundle sizes.

    JavaScriptdesign-systemmaterial-designmaterial-ui
  • 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

    Pre-renders component styles into static CSS files during server-side execution to boost initial page load performance.

    TypeScriptant-designantddesign-systems
  • sveltejs/svelte

    sveltejs/svelte

    85,874GitHubView on GitHub↗

    Svelte is a compile-time user interface framework that transforms declarative component syntax into highly optimized, imperative JavaScript code during the build process. By shifting reconciliation logic from the browser to the build step, it functions as a zero-runtime library that eliminates the need for a heavy fram

    Injects unique identifiers into CSS selectors at build time to isolate component styles without runtime overhead.

    JavaScriptcompilertemplateui
  • nuxt/nuxt

    nuxt/nuxt

    59,659GitHubView on GitHub↗

    Nuxt is a universal web framework designed for building full-stack applications that seamlessly transition between server-side rendering and client-side interactivity. It provides a comprehensive development environment that automates routing, dependency injection, and type generation, allowing developers to focus on a

    Injects local stylesheets directly into rendered HTML to enhance initial page load performance.

    TypeScriptcsrframeworkfull-stack

Explore sub-tags

  • CSS Scoping EnginesBuild-time tools that isolate component styles by injecting unique identifiers into CSS selectors.
  • Static Style ExtractionTechniques for pre-rendering component styles into static CSS files during server-side rendering to optimize load performance.
  • Stylesheet InliningAutomatic injection of CSS directly into the HTML document to improve initial load performance.
Zero-Runtime Styling Engines
Styling solutions that extract CSS at build time to eliminate runtime overhead.