Glossary coding Term Page
Route
An object that pairs a URL with the component that should render for it
Core Idea
Route is An object that pairs a URL with the component that should render for it. It usually makes the most sense alongside Hash router, History API, Navigation guard.
Why It Matters Here
Mathbong reuses this term across javascript posts as shared vocabulary.