DEV Community

Discussion on: How I used React-Loadable to more than halve my React app's load time

Collapse
 
_kushagra profile image
Kushagra 🎈

Is lazy loading a component on the page better than having it just be in the initial bundle? For example by using next/dynamic when you have a huge component on the home page is it better to let it be bundled or does making it dynamic have any benefits,does it defer its loading? Could never understand this 😅