awesome-repositories.com
Blog
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

Zero-Runtime CSS-in-JS-Bibliotheken

Ranking aktualisiert am 30. Juni 2026

For CSS-in-JS-Styling-Bibliothek ohne Runtime, the strongest matches are vanilla-extract-css/vanilla-extract (vanilla-extract is a type-safe zero-runtime CSS-in-JS library that compiles), callstack/linaria (Linaria is a zero-runtime CSS-in-JS library that extracts styles) and snackui/snackui (SnackUI is a full UI framework built around a). tamagui/tamagui and atlassian-labs/compiled round out the shortlist. Each is ranked by relevance to your query, popularity and recent activity.

Styling-Lösungen, die statische CSS-Dateien zur Build-Zeit generieren, um Laufzeit-Overhead auf Client-Seite zu eliminieren.

Zero-Runtime CSS-in-JS-Bibliotheken

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • vanilla-extract-css/vanilla-extractAvatar von vanilla-extract-css

    vanilla-extract-css/vanilla-extract

    10,387Auf GitHub ansehen↗

    vanilla-extract is a type-safe CSS-in-JS library and zero-runtime CSS framework. It uses TypeScript to define styles and design tokens, compiling these definitions into static CSS files during the build process to eliminate styling overhead in the browser. The system acts as a scoped CSS generator, producing unique class names and local variables to prevent global style leakage and naming collisions. It provides a type-safe styling tool that validates CSS property values and ensures design tokens adhere to defined themes during development. The framework covers comprehensive styling utilitie

    vanilla-extract is a type-safe zero-runtime CSS-in-JS library that compiles styles to static CSS at build time, eliminating runtime overhead and supporting theming, TypeScript, and build tool integration — exactly matching your need for a performance-friendly styling solution.

    TypeScriptStatic Style GeneratorsZero-RuntimeZero-Runtime Styling Engines
    Auf GitHub ansehen↗10,387
  • callstack/linariaAvatar von callstack

    callstack/linaria

    12,335Auf GitHub ansehen↗

    Linaria is a zero-runtime CSS-in-JS library and static CSS generator. It evaluates JavaScript expressions at build time to extract styles from tagged template literals into standalone, static CSS files, removing the need for a runtime style injection engine. The library distinguishes itself by mapping component props to CSS custom properties, enabling dynamic styling and runtime property updates without regenerating stylesheets. It utilizes a build-time evaluation engine to resolve interpolations and a hashing system to generate scoped class names that prevent style collisions. The project c

    Linaria is a zero-runtime CSS-in-JS library that extracts styles into static CSS at build time, exactly matching the need for a performance-sensitive setup with its compile-time extraction, theming support, TypeScript support, and minimal runtime footprint.

    TypeScriptBuild-Time CSS ExtractorsStatic CSS StylingStatic Style Extraction
    Auf GitHub ansehen↗12,335
  • snackui/snackuiAvatar von snackui

    snackui/snackui

    14,040Auf GitHub ansehen↗

    SnackUI is a cross-platform UI framework and universal component library designed to share styling and components between React and React Native. It functions as a CSS-in-JS compiler that ensures visual parity across web and mobile environments. The framework utilizes a build-time tool to convert styles into atomic CSS or hoisted objects. This process optimizes runtime performance and loading speeds by extracting styles during the compilation phase. The system provides a set of adaptable interface elements and a mapping layer that renders a single component definition into platform-specific

    SnackUI is a full UI framework built around a zero-runtime CSS-in-JS compiler that converts styles to atomic CSS at build time, delivering static CSS output and theming support with TypeScript — exactly the compile-time-extraction approach and minimal footprint this search targets.

    TypeScriptZero-Runtime Styling Engines
    Auf GitHub ansehen↗14,040
  • tamagui/tamaguiAvatar von tamagui

    tamagui/tamagui

    13,729Auf GitHub ansehen↗

    Tamagui is a cross-platform user interface framework designed to build high-performance, themeable applications that share logic and styling across web and mobile environments. It functions as a comprehensive design system orchestrator, providing a collection of type-safe components that compile to optimized atomic CSS for the web and native code for mobile platforms. By utilizing a build-time compiler, the framework eliminates runtime overhead, ensuring consistent visual output and interaction behavior regardless of the target platform. The framework distinguishes itself through its advanced

    Tamagui is a cross-platform UI framework built on a compile-time CSS-in-JS engine that generates static atomic CSS during build, eliminating runtime overhead while offering theming, TypeScript support, and integration with Vite and Webpack — directly matching your search for a performance-focused zero-runtime CSS-in-JS library.

    TypeScriptStatic Style ExtractionCSS Variable Theming
    Auf GitHub ansehen↗13,729
  • atlassian-labs/compiledAvatar von atlassian-labs

    atlassian-labs/compiled

    2,049Auf GitHub ansehen↗

    Compiled is a styling framework for React that converts component-level styles into static, atomic CSS files during the build process. By utilizing build-time abstract syntax tree transformations, the library eliminates the need for runtime style injection, ensuring that styles are processed and optimized before the application executes. The framework distinguishes itself by decomposing complex style objects into individual, reusable utility classes, which minimizes total stylesheet size. It maintains support for dynamic component properties by mapping them to CSS custom variables, allowing f

    Compiled is a compile-time CSS-in-JS library for React that extracts styles to static CSS during build, meaning zero runtime overhead and direct integration with tools like Babel, Webpack, and Parcel — a perfect fit for performance-sensitive apps needing TypeScript theming support.

    TypeScriptStatic Style GeneratorsZero-Runtime Styling Engines
    Auf GitHub ansehen↗2,049
  • seek-oss/treatAvatar von seek-oss

    seek-oss/treat

    1,143Auf GitHub ansehen↗

    Treat is a styling library that extracts CSS from JavaScript definitions during the build process to eliminate runtime overhead. It functions as a static style extraction tool, converting component-level style definitions into optimized, standalone CSS files. The framework is designed for building type-safe, themeable design systems that allow user interface components to adapt their appearance based on active design system settings. The library distinguishes itself by enabling complex style composition, including pseudo-selectors, media queries, and animations, within a unified object struct

    treat is a themeable, statically extracted CSS‑in‑JS library with near‑zero runtime, offering compile‑time extraction and webpack integration, which directly matches the request for a build‑time CSS generation library for performance‑sensitive applications.

    TypeScriptStatic Style ExtractionCSS Variable Theming
    Auf GitHub ansehen↗1,143
  • mui/pigment-cssAvatar von mui

    mui/pigment-css

    1,125Auf GitHub ansehen↗

    Pigment CSS is a framework-agnostic styling tool that moves component style processing from the browser runtime to the build phase. By parsing component source code and theme configurations during compilation, it generates standalone, optimized CSS files and standard class names, effectively eliminating the need for runtime style calculation. The library provides a system for managing design tokens, such as colors and spacing, by transforming them into native CSS variables. This approach allows for dynamic styling and theme-aware logic without requiring a JavaScript-based engine. It also supp

    Pigment CSS is a zero-runtime CSS-in-JS library that extracts colocated styles to static CSS at build time, directly matching your need for compile-time extraction and minimal runtime footprint, though it is still in alpha and may not yet provide built-in theming or advanced build-tool integration.

    TypeScriptStatic Style ExtractionStatic Style GeneratorsZero-Runtime Styling Engines
    Auf GitHub ansehen↗1,125

Related searches

  • Utility-First-CSS-Plugin-Ökosystem für Tailwind
  • Animationsbibliothek für React-Komponenten
  • Bibliothek für Data-Fetching und Caching in React
  • Schneller JavaScript-Bundler in einer kompilierten Sprache
  • Runtime-Typvalidierungsbibliothek für TypeScript
  • a library of UI components for React
  • UI-Komponentenbibliothek für SvelteKit-Projekte
  • Formular-Validierungsbibliothek für React