First Load JS
Answered
Sloth bear posted this in #help-forum
Sloth bearOP
Its first load js gt or 200 around bad?
Answered by fuma
Depends on what kind of the page is. Normally a landing page should lower than 130, and it’s fine to get more than 200kb in a complex applications like dashboard.
You can use
You can use
next/dynamic to lazy load components (see the docs for more details)3 Replies
Depends on what kind of the page is. Normally a landing page should lower than 130, and it’s fine to get more than 200kb in a complex applications like dashboard.
You can use
You can use
next/dynamic to lazy load components (see the docs for more details)Answer
@fuma Depends on what kind of the page is. Normally a landing page should lower than 130, and it’s fine to get more than 200kb in a complex applications like dashboard.
You can use `next/dynamic` to lazy load components (see the docs for more details)
thats crazy to me considering the base create-next-app boilerplate is 85kb