Glossary coding Term Page
Code splitting
breaking the bundle into chunks so each route downloads only what it needs
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.