A React-Static plugin that adds CSS-in-JS/SSR support for styled-components
npm install react-static-plugin-styled-componentsA React-Static plugin that adds CSS-in-JS/SSR support for styled-components
- styled-components 4+ (This has been tested with 4.3.2)
In an existing react-static site run:
``bash`
$ yarn add react-static-plugin-styled-components styled-components
Then add the plugin to your static.config.js:
`javascript``
export default {
plugins: ["react-static-plugin-styled-components"]
};