Frontend & browser·Routing and navigation
you intercepted the link click, pushed a new URL and rendered a different component in place.
Client-side routing
Also calledin-app routing
Mapping URLs to components in the browser, updating history without a document request. It is what makes an application feel instant between screens, and it is the source of the whole category of bugs where the browser and the application disagree about where you are. The server still needs to serve the application for every routable URL, or a direct visit or refresh returns a 404.