How to defer non-critical CSS in Next.js?

ankitbeniwal

Ankit Beniwal

Posted on January 17, 2021

How to defer non-critical CSS in Next.js?

Recently, I was exploring next.js and found out that we have an importstatement for CSS.

I am wondering how it affects the performance of the app. Is there a way to defer non-critical CSS using this method?

💖 💪 🙅 🚩
ankitbeniwal
Ankit Beniwal

Posted on January 17, 2021

Join Our Newsletter. No Spam, Only the good stuff.

Sign up to receive the latest update from our blog.

Related