<Link>
Render a hyperlink.
Properties
Property | Description |
---|---|
from | What store to retrieve state from. |
history | The key where location history resides in the store |
replace | When clicked, replace the current location with this URL. |
to | When clicked, navigate to this URL and add an entry to navigation history. |
onClick | When clicked, execute this function. |
target | Pass thru target attribute to a HTML element |
force | Force location change via window.location . |
...rest | The remaining props are passed to the link a element. |
Live Editor
Result
Loading...