IntermediateVocabulary#frontend#developer-tools#architecture

Code Splitting Vocabulary

Learn the vocabulary of breaking a bundle into chunks loaded only when a route or feature is actually needed.

0 / 5 completed
1 / 5
At standup, a dev mentions breaking a large JavaScript bundle into smaller chunks that are loaded on demand, such as only when a user navigates to a particular route, instead of shipping the entire application's code in one initial download. What is this technique called?