项目作者: joeshub

项目描述 :
🍭 CSS in React - Learn the best CSS in JS frameworks by example
高级语言: JavaScript
项目地址: git://github.com/joeshub/css-in-react.git
创建时间: 2016-11-05T23:31:39Z
项目社区:https://github.com/joeshub/css-in-react

开源协议:

下载


🍭 CSS in React

Learn the best frameworks by example

Cheat Sheet

CSS in React Cheat Sheet

Requirements

Usage

  1. Fork and clone this repo
  2. yarn install
  3. yarn start
  4. Open http://0.0.0.0:3333

Sections

  1. React with CSS loader
  2. React using inline styles
  3. Radium
  4. Aphrodite
  5. React-css-modules with PostCSS
  6. Styletron
  7. Styled Components
  8. Emotion
  9. Stylable
  10. Glamor
  11. React JSS
  12. Glamorous
  13. DeCSS

How this project is organized

Buttons

  • Each folder contains a button example for learning the basics of that framework and to show what features it supports.

Workshops

  • Some folders folder also contains a workshop with challenges explained in the README
  • Currently there are workshops for:
    • Radium
    • React CSS Modules with PostCSS
    • Styled Components

Solutions

  • Workshops have a separate solutions complete with code and implementation steps in the README

Workshop Slides