Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

223
Views
How to use material-ui ServerStyleSheets with getStaticProps?

Official material-ui github repo gives an example how to integrate material-ui with next.js - nextjs/pages/_document.js

In this example styles generated in getInitialProps, but it's not the best way due to performance reasons:

  1. getInitialProps enables server-side rendering and can't be statically optimized. In this case it runs every time we open a page.
  2. It causes issues with Vercel hosting - cold start sometimes takes 5-10 seconds and user just see white screen.

It isn't possible to just replace getInitialProps by getStaticProps because getStaticProps doesn't work in /pages/_document.js and /pages/_app.js files.

Does anyone solved this issue?

about 4 years ago · Juan Pablo Isaza
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!