Search code examples
cssreactjspostcssstyled-components

Can styled-components be rendered on the server as well?


is there any example demo that shows styled-components could be rendered on the server? This is important off course for universal apps in react...


Solution

  • Yes, they can be rendered on the server. There is an on-going discussion on server side rendering in the styled-components repo here: https://github.com/styled-components/styled-components/issues/124

    There are a few examples in there.