Skip to content

Topic

Code Splitting

A build technique that divides a web application's JavaScript into separate files fetched on demand, usually per route or per feature, instead of one bundle loaded upfront.

Current clusters