Link

E559078

Link is a core React Router component used to create navigational links in single-page React applications without triggering full page reloads.

All labels observed (1)

Label Occurrences
Link canonical 1

How this entity was disambiguated

Statements (45)

Predicate Object
instanceOf React component
navigation component
acceptsProp className
onClick
preventScrollReset
relative
reloadDocument
replace
state
style
to
alternativeTo imperative navigation with navigate()
avoids full page reloads
category front-end routing
commonlyImportedFrom react-router-dom
linked to: React Router
commonlyUsedWith NavLink (React Router)
linked to: NavLink

Route (React Router)
linked to: React Router
encourages declarative navigation
integratesWith BrowserRouter
linked to: React Router

HashRouter
linked to: React Router

MemoryRouter
linked to: React Router
libraryFor React
maintainedBy React Router maintainers
partOf React Router
primaryPurpose create navigational links
propPreventScrollReset prevents scroll position reset
propRelative relative routing behavior
propReloadDocument forces full document reload
propReplace replaces current history entry
propState location state data
propTo URL path
destination location
providedBy react-router
linked to: React Router

react-router-dom
linked to: React Router
rendersAs <a> element
anchor element
supports client-side navigation
supportsFeature accessibility via keyboard navigation
typicalImportSyntax import { Link } from 'react-router-dom';
updates browser history
usedIn React applications
single-page applications
uses HTML5 history API
versionSupport React Router v5
linked to: React Router

React Router v6
linked to: React Router

How these facts were elicited

Referenced by (1)

Full triples — surface form annotated when it differs from this entity's canonical label.