JSPM

react-router-dom

7.3.0-pre.0
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 17000315
  • Score
    100M100P100Q217076F
  • License MIT

Declarative routing for React web applications

Package Exports

    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"