© 2026 LinearBytes Inc.
Search posts, tags, users, and pages
Khoi Le
Don't use this
- components/index.js export * from "./Header.jsx"; export * from "./Hero.jsx"; export * from "./Footer";
It will increase size when bundle source. You should use lazy load for components
Veeresh Raavipaati
Software Engineer Intern @wingify
I guess next js wont bundle the whole file right? It just builds what it needs right?
I am not sure, please correct me.