react-router-dom
DOM bindings for React Router
Last updated 6 years ago by mjackson .
MIT · Repository · Bugs · Original npm
$ cnpm install react-router-dom 
SYNC missed versions from official npm registry.

react-router-dom

DOM bindings for React Router.

Installation

Using npm:

$ npm install --save react-router-dom

Then with a module bundler like webpack, use as you would anything else:

// using ES6 modules
import { BrowserRouter, Route, Link } from "react-router-dom";

// using CommonJS modules
const BrowserRouter = require("react-router-dom").BrowserRouter;
const Route = require("react-router-dom").Route;
const Link = require("react-router-dom").Link;

The UMD build is also available on unpkg:

<script src="https://unpkg.com/react-router-dom/umd/react-router-dom.min.js"></script>

You can find the library on window.ReactRouterDOM.

Issues

If you find a bug, please file an issue on our issue tracker on GitHub.

Credits

React Router is built and maintained by React Training.

Current Tags

  • 5.3.4                                ...           classic (3 years ago)
  • 0.0.0-experimental-0db28b07                                ...           experimental (2 years ago)
  • 6.10.0                                ...           latest (2 years ago)
  • 6.4.0-pre.3                                ...           next (3 years ago)
  • 6.10.0-pre.2                                ...           pre (2 years ago)

35 Versions

  • 6.10.0-pre.2                                ...           2 years ago
  • 6.10.0                                ...           2 years ago
  • 0.0.0-experimental-0db28b07                                ...           2 years ago
  • 6.6.2-pre.0                                ...           3 years ago
  • 6.6.1                                ...           3 years ago
  • 6.4.3                                ...           3 years ago
  • 6.0.0-beta.7                                ...           4 years ago
  • 6.4.3-pre.2                                ...           3 years ago
  • 6.4.3-pre.1                                ...           3 years ago
  • 6.4.2-pre.1                                ...           3 years ago
  • 6.4.2                                ...           3 years ago
  • 5.3.4                                ...           3 years ago
  • 6.4.0-pre.11                                ...           3 years ago
  • 6.4.0-pre.9                                ...           3 years ago
  • 6.4.0-pre.6                                ...           3 years ago
  • 6.4.0-pre.3                                ...           3 years ago
  • 6.4.0-pre.2                                ...           3 years ago
  • 5.3.3                                ...           3 years ago
  • 0.0.0-experimental-compat.6                                ...           3 years ago
  • 6.3.0                                ...           3 years ago
  • 5.3.1                                ...           3 years ago
  • 6.0.2                                ...           4 years ago
  • 6.0.0-beta.8                                ...           4 years ago
  • 6.2.1                                ...           4 years ago
  • 6.0.0-beta.4                                ...           4 years ago
  • 5.3.0                                ...           4 years ago
  • 6.0.0-alpha.5                                ...           5 years ago
  • 0.0.0-experimental-b1ff171f                                ...           5 years ago
  • 5.2.0                                ...           5 years ago
  • 4.1.1                                ...           8 years ago
  • 5.0.1                                ...           6 years ago
  • 4.2.2                                ...           8 years ago
  • 5.0.0                                ...           6 years ago
  • 4.3.1                                ...           7 years ago
  • 5.1.2                                ...           6 years ago
Maintainers (2)
Downloads
Today 0
This Week 0
This Month 0
Last Day 0
Last Week 0
Last Month 0
Dependencies (7)
Dev Dependencies (0)
None
Dependents (0)
None

Copyright 2013 - present © cnpmjs.org