Would it be possible to split critical CSS from non-critical in Next.js and load the non-critical asynchronously on each page?
I have styled-components implemented in my pages and components along with a few external CSS libraries.
Any suggestions or tips would be greatly appreciated. Thank you!