Search

Suggested keywords:
  • Java
  • Docker
  • Git
  • React
  • NextJs
  • Spring boot
  • Laravel

Radium - A toolchain for React component styling

  • Share this:
Radium is a set of tools to manage inline styles on React elements. It gives you powerful styling capabilities without CSS. Eliminating CSS in favor of inline styles that are computed on the fly is a powerful approach, providing a number of benefits over traditional CSS:
  • Scoped styles without selectors
  • Avoids specificity conflicts
  • Source order independence
  • Dead code elimination
  • Highly expressive
https://github.com/formidablelabs/radium
http://formidable.com/open-source/radium/
License:
Tech: