react-router-dom

Declarative routing for React web applications

react-router-dom downloads react-router-dom version react-router-dom license

react-router-domSimilar Packages:

Npm Package Weekly Downloads Trend

3 Years
🌟 Show real-time usage chart on react-router-dom's README.md, just copy the code below.
## Usage Trend
[![Usage Trend of react-router-dom](https://npm-compare.com/img/npm-trend/THREE_YEARS/react-router-dom.png)](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
[![GitHub Stars Trend of react-router-dom](https://npm-compare.com/img/github-trend/react-router-dom.png)](https://npm-compare.com/react-router-dom)

Stat Detail

Package
Downloads
Stars
Size
Issues
Publish
License
react-router-dom28,550,88256,2815.46 kB15010 days agoMIT

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"