C

Code Splitting

Definition

A technique that breaks a JavaScript application into smaller chunks that are loaded on demand rather than in a single large bundle. Code splitting improves initial page load time by deferring the loading of code that is not immediately needed.

Defined Term