Glossary coding Term Page

Code splitting

breaking the bundle into chunks so each route downloads only what it needs

code-splitting #coding#svelte
Korean version

Related Concepts

Core Idea

Code splitting is breaking the bundle into chunks so each route downloads only what it needs. It usually makes the most sense alongside Prefetch, Lazy loading, browser variable.

Why It Matters Here

Mathbong reuses this term across svelte posts as shared vocabulary.

Posts Mentioning This Concept