Link Renders internal links. | ComponentType<AdapterLinkProps> | <a> |
Image Renders images. Lazy unless priority is set. | ComponentType<AdapterImageProps> | <img> |
usePathname Current pathname. Popstate-aware; "" on the server. | () => string | window.location.pathname |
useNavigate Imperative navigation. | () => (href: string) => void | window.location.assign |