DEV Community

Ankit Beniwal
Ankit Beniwal

Posted on • Updated on

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?

Top comments (0)