Glossary coding Term Page

Prefetch

detecting soon-to-be-clicked links and fetching their code or data ahead of time

prefetch #coding#svelte
Korean version

Related Concepts

Core Idea

Prefetch is detecting soon-to-be-clicked links and fetching their code or data ahead of time. It usually makes the most sense alongside Code splitting, Lazy loading, browser variable.

Why It Matters Here

Mathbong reuses this term across svelte posts as shared vocabulary.

Posts Mentioning This Concept