Skip to content

🍭 CSS in React - Learn the best CSS in JS frameworks by example

Notifications You must be signed in to change notification settings

joeshub/css-in-react

Repository files navigation

css-in-react

Learn the top techniques for using CSS in React

Requirements

  • node - version 6.9.5
  • yarn or npm - npm i -g yarn

Usage

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

Sections

  1. CSS files imported into React
  2. React with inline styles
  3. Radium in React
  4. Aphrodite in React
  5. React-css-modules in React
  6. Styletron in React
  7. Styled Components in React

How this project is organized

  • Each folder contains a lesson for learning the basics of that framework using a button.
  • Each folder also contains a workshop with challenges along with matching solutions.