Lazy loading is a technique used to tackle the issue of a large bundle size in a bundler. It involves breaking down an app into smaller logical chunks and loading components only when they are requested. Lazy loading is also known as chunking, code splitting, dynamic import, dynamic bundling, and on-demand loading.

2m read timeFrom dev.to
Post cover image
2 Comments

Sort: