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
- Click the
<Link />
- Execute
props.onClick
- Fetch page data
- Push