React Server side rendering of CSS modules

后端 未结 3 1912
野性不改
野性不改 2020-12-24 06:11

The current practice for CSS with React components seems to be using webpack\'s style-loader to load it into the page in.



        
3条回答
  •  不思量自难忘°
    2020-12-24 07:12

    You can use webpack/extract-text-webpack-plugin. This will create a independently redistributable stylesheet you can reference then from your documents.

提交回复
热议问题