DEV Community

Discussion on: Next.js and Styled-Components: style loading issue

Collapse
 
azivkovi profile image
Ante

I had the same problem with a plugin to prerender react app. HTML would load before the styling and for a split second elements would be a mess. Didn't find a solution there.

Now had the same issue with a production version of next.js, but this trick saved the day. Thanks.