react-router-dom
Declarative routing for React web applications
Last updated 8 days ago by GitHub Actions .
MIT · Repository · Bugs · Original npm · Tarball · package.json
$ cnpm install react-router-dom 
SYNC missed versions from official npm registry.

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"

Current Tags

  • 5.3.4                                ...           classic (4 years ago)
  • 0.0.0-experimental-567b27f71                                ...           experimental (a month ago)
  • 7.14.0                                ...           latest (8 days ago)
  • 7.14.0-pre.0                                ...           pre (10 days ago)
  • 6.30.3-pre-v6.0                                ...           pre-v6 (3 months ago)
  • 6.30.3                                ...           version-6 (3 months ago)

1038 Versions


Copyright 2013 - present © cnpmjs.org | Home |