Skip to main content

<Link>

Render a hyperlink.

Properties

PropertyDescription
fromWhat store to retrieve state from.
historyThe key where location history resides in the store
replaceWhen clicked, replace the current location with this URL.
toWhen clicked, navigate to this URL and add an entry to navigation history.
onClickWhen clicked, execute this function.
targetPass thru target attribute to a HTML element
forceForce location change via window.location.
...restThe remaining props are passed to the link a element.
Live Editor
Result
Loading...