FrontendPerformance
KW-0019Code Splitting
Concept
Meaning
dividing application code into smaller chunks that can be loaded separately instead of one large bundle
Example
“Separate vendor libraries and app code into different bundles for better loading performance”
Reference
Reduces bundle size and improves performance; works well with lazy loading
Related
lazy loadingbundlingchunking