React styling. Plain and simple.
Las características principales de inturn/classy son: CSS in JS, CSS in JS Libraries.
Las alternativas de código abierto para inturn/classy incluyen: 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…
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
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.
styled component for react & style-loader/usable