react-router-dom@7.18.1
// Declarative routing for React web applications
$ npm install react-router-dom
downloads/wk
40,437,405
license
MIT
version
7.18.1
published
Jun 29, 2026
What is react-router-dom?
React Router DOM is a library that enables declarative routing in React web applications, allowing developers to map URLs to specific components and manage navigation between pages. Developers use it to build single-page applications with multiple views without full page reloads, handling browser history and URL changes automatically. It provides components like Route, Link, and BrowserRouter to organize application structure around URL patterns.
Links
Keywords
Dependencies (1)
Maintainers
brophdawg11, mjackson