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
·
inturn avatar

inturn/classy

0
View on GitHub↗
23 Stars·2 Forks·JavaScript·MIT·2 Aufrufeinturn.github.io/classy↗

Classy

React styling. Plain and simple.

Features

  • CSS in JS - Utility for managing CSS classes in JavaScript.
  • CSS in JS Libraries - Utility for managing CSS classes in component logic.

Star-Verlauf

Star-Verlauf für inturn/classyStar-Verlauf für inturn/classy

KI-Suche

Entdecke weitere awesome Repositories

Beschreibe in einfachen Worten, was du brauchst — die KI bewertet tausende kuratierte Open-Source-Projekte nach Relevanz.

Start searching with AI

Open-Source-Alternativen zu Classy

Ähnliche Open-Source-Projekte, sortiert nach der Anzahl der gemeinsamen Funktionen mit Classy.
  • khan/aphroditeAvatar von Khan

    Khan/aphrodite

    5,338Auf GitHub ansehen↗

    Aphrodite is a framework-agnostic CSS-in-JS styling library that allows styles to be defined using JavaScript objects. It functions as a CSS generator and rendering engine that injects optimized styles into the document, providing a dedicated system for server-side rendering to prevent style flashes and ensure correct initial page rendering. The project distinguishes itself through an automatic CSS vendor prefixer for cross-browser consistency and a production utility that minifies class names into short hashes to reduce CSS payload size. It further supports extensible styling through custom

    JavaScript
    Auf GitHub ansehen↗5,338
  • martinandert/babel-plugin-css-in-jsAvatar von martinandert

    martinandert/babel-plugin-css-in-js

    295Auf GitHub ansehen↗

    A plugin for Babel v6 which transforms inline styles defined in JavaScript modules into class names so they become available to, e.g. the className prop of React elements. While transforming, the plugin processes all JavaScript style definitions found and bundles them up into a CSS file, ready to be requested from your web server.

    JavaScript
    Auf GitHub ansehen↗295
  • bloodyowl/react-styledAvatar von bloodyowl

    bloodyowl/react-styled

    39Auf GitHub ansehen↗

    styled component for react & style-loader/usable

    JavaScript
    Auf GitHub ansehen↗39
  • rtsao/csjsAvatar von rtsao

    rtsao/csjs

    573Auf GitHub ansehen↗

    :sparkles: Modular, scoped CSS with ES6

    JavaScript
    Auf GitHub ansehen↗573
Alle 30 Alternativen zu Classy anzeigen→

Häufig gestellte Fragen

Was macht inturn/classy?

React styling. Plain and simple.

Was sind die Hauptfunktionen von inturn/classy?

Die Hauptfunktionen von inturn/classy sind: CSS in JS, CSS in JS Libraries.

Welche Open-Source-Alternativen gibt es zu inturn/classy?

Open-Source-Alternativen zu inturn/classy sind unter anderem: martinandert/babel-plugin-css-in-js — A plugin for Babel v6 which transforms inline styles defined in JavaScript modules into class names so they become… styled-components/styled-components — styled-components is a CSS-in-JS styling library and tool for React components. It provides a cross-platform UI… bloodyowl/react-styled — styled component for react & style-loader/usable. khan/aphrodite — Aphrodite is a framework-agnostic CSS-in-JS styling library that allows styles to be defined using JavaScript objects.… rtsao/csjs — :sparkles: Modular, scoped CSS with ES6. webpack/css-loader — css-loader is a Webpack module that transforms CSS files into JavaScript modules and resolves their internal…