You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a CSS file that provides styles for the react-notifications-component library. I was importing it in my _app.tsx as recommended in the docs, but lighthouse suggests deferring non-critical CSS. Is there a way to import that CSS so that it will be loaded after the main render-blocking CSS file rather than concatenated with it, improving page load times?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
I have a CSS file that provides styles for the
react-notifications-component
library. I was importing it in my_app.tsx
as recommended in the docs, but lighthouse suggests deferring non-critical CSS. Is there a way to import that CSS so that it will be loaded after the main render-blocking CSS file rather than concatenated with it, improving page load times?Beta Was this translation helpful? Give feedback.
All reactions