Replies: 1 comment 1 reply
-
You might to use Dynamic Import - https://nextjs.org/docs/advanced-features/dynamic-import |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello.
I like Next.js and use it. I always want to improve the application to the best performance by researching the best methods. Do you think I should import all css files belonging to third party libraries in '_app'? Or what is the best method of this? When I import this in this way, when opening index.html, all these css files I have added are added to the head. I think this also leads to unnecessary performance loss.
Thank you in advance for your comments. Have a nice day.
Beta Was this translation helpful? Give feedback.
All reactions