This page uses hash-path routing — the URL hash contains a full routable path
(e.g. /hash-path-router#/products/detail). This is the pattern used by
Angular, Vue Router in hash mode, and React HashRouter. The server always returns the
same HTML regardless of the hash; all routing is handled client-side by JavaScript
reading window.location.hash.
Loading...