# 六、React样式
# 文章
# 插件
isomorphic-style-loader (opens new window)
An alternative CSS style loader, which works similarly to style-loader, but is optimized for isomorphic apps. In addition to what style-loader provides, it allow to render critical path CSS during server-side rendering (SSR), by adding two helper methods on to the styles object - ._insertCss() (injects CSS into the DOM) and ._getCss() (returns CSS string).
其本质是生成了
CompontName_ClassName_xxx
的 class 默认拥有作用域。