JSPM

react-router-dom

0.0.0-experimental-17b9b60af
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 16729611
  • Score
    100M100P100Q213710F
  • License MIT

Declarative routing for React web applications

Package Exports

  • react-router-dom
  • react-router-dom/package.json

Readme

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"