Yesterday's Top Poster

[VERCEL] How we optimized package imports in Next.js

  • Thread starter Thread starter Shu Ding
  • Start date Start date
In the latest version of Next.js, we've made improvements to optimize package imports, improving both local dev performance and production cold starts, when using large icon or component libraries or other dependencies that re-export hundreds or thousands of modules.

This post explains why this change was needed, how we've iterated towards our current solution, and what performance improvements we've seen.

Read more

Continue reading...
 
Back
Top