Glossary coding Term Page

Route

An object that pairs a URL with the component that should render for it

route #coding#javascript
Korean version

Related Concepts

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.

Posts Mentioning This Concept