<Link /> - exta
Docs
Components
<Link />

<Link />

The <Link /> component enables client-side navigation without triggering a full page reload.

React
import { Link } from "exta/components";
 
export default function () {
  return <Link href="/">Go to Home</Link>;
}

WARNING

Navigating to external URLs is not allowed.

#When you click

  1. Click the <Link />
  2. Execute props.onClick
  3. Fetch page data
  4. Push