4 repos
Explore 4 awesome GitHub repositories matching user interface & experience · Build-Time Processing. Refine with filters or upvote what's useful.
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.
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.
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.
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.