react-router@8.2.0
// Declarative routing for React
$ npm install react-router
downloads/wk
50,202,279
license
MIT
version
8.2.0
published
Jul 8, 2026
What is react-router?
React Router is a library that enables you to build single-page applications with navigation without the page fully refreshing as users move between different views. Developers use it to map URLs to specific React components, manage browser history, and create multi-page-like experiences within a React app. It provides components like Route, Link, and BrowserRouter to declaratively define how your application's UI should change based on the current URL.
Links
Keywords
Dependencies (1)
Maintainers
brophdawg11, mjackson