React.jsでCSS用のためのしくみを提供してくれる react-css-modules の紹介です。 このツールを使うことでReactのClassの中でCSSを紐付けることができます。SASSも扱えます! $ npm init -y $ npm install --save react react-dom $ npm install --save-dev webpack style-loader css-loader sass-loader node-sass extract-text-webpack-plugin $ npm install --save-dev resolve-url resolve-url-loader babel-plugin-transform-decorators-legacy