Optional
hashA URL fragment identifier.
If hash begins with a #
then it is used as is. Otherwise, it is encoded using encodeURIComponent.
Optional
prefetchIf true
then link prefetches a route location and its data.
Optional
replaceIf true
then link replaces the current history entry, otherwise link pushes an entry.
Optional
stateAn arbitrary data associated with the location.
A location or route to navigate to when link is clicked.
Props of the Link component.