react-router (6.30.1)
Published 2026-02-24 14:04:00 +00:00 by atheaadmin
Installation
registry=npm install react-router@6.30.1"react-router": "6.30.1"About this package
React Router
The react-router package is the heart of React Router and provides all
the core functionality for both
react-router-dom
and
react-router-native.
If you're using React Router, you should never import anything directly from
the react-router package, but you should have everything you need in either
react-router-dom or react-router-native. Both of those packages re-export
everything from react-router.
If you'd like to extend React Router and you know what you're doing, you should
add react-router as a peer dependency, not a regular dependency in your
package.
Dependencies
Dependencies
| ID | Version |
|---|---|
| @remix-run/router | 1.23.0 |
Development Dependencies
| ID | Version |
|---|---|
| react | ^18.2.0 |
| react-router-dom | 6.30.1 |
Peer Dependencies
| ID | Version |
|---|---|
| react | >=16.8 |
Keywords
react
router
route
routing
history
link