Link
A strongly-typed anchor component for declarative navigation. Handles path, search, hash and state updates with optional route preloading and active-state styling.
Props:
preload: Controls route preloading (eg. 'intent', 'render', 'viewport', true/false)preloadDelay: Delay in ms before preloading on hoveractiveProps/inactiveProps: Additional props merged when link is active/inactiveresetScroll/hashScrollIntoView: Control scroll behavior on navigationviewTransition/startTransition: Use View Transitions/React transitions for navigationignoreBlocker: Bypass registered blockers
An anchor-like element that navigates without full page reloads. API Docs