🌟 Show real-time usage chart on react-router-dom's README.md, just copy the code below.
## Usage Trend
[](https://npm-compare.com/react-router-dom#timeRange=THREE_YEARS)
Cumulative GitHub Star Trend
🌟 Show GitHub stars trend chart on react-router-dom's README.md, just copy the code below.
## GitHub Stars Trend
[](https://npm-compare.com/react-router-dom)
Stat Detail
Package
Downloads
Stars
Size
Issues
Publish
License
Â
Â
Â
Â
Â
Â
Â
react-router-dom
16,810,837
55,820
5.42 kB
136
3 days ago
MIT
Popular Comparisons
react-router-dom
README for react-router-dom
This package simply re-exports everything from react-router to smooth the upgrade path for v6 applications. Once upgraded you can change all of your imports and remove it from your dependencies:
-import { Routes } from "react-router-dom"
+import { Routes } from "react-router"