Glossary coding Term Page
Page component
The top-level component for a route
Core Idea
Page component is The top-level component for a route; it defines layout regions and kicks off store connections and data requests. It usually makes the most sense alongside onMount, API, Loading/error state.
Why It Matters Here
Mathbong reuses this term across svelte posts as shared vocabulary.