Navigation
Noun · Development
Definitions
The system of routes, links, and transitions that enables users to move between views or screens in an application — encompassing URL-based routing in web apps (React Router, Vue Router) and stack/tab navigators in mobile apps (React Navigation, Jetpack Navigation).
In plain English: The way an app lets users move between different screens or pages.
Example: "The bottom tab navigation has four sections, and each tab maintains its own back stack so the user doesn't lose context when switching."