/ never-odd-or-even / back / node_modules / react-router-dom /

[ICO]NameLast modifiedSizeDescription
[PARENTDIR]Parent Directory  -  
[DIR]cjs/2 years ago -  
[DIR]es/2 years ago -  
[DIR]esm/2 years ago -  
[DIR]modules/2 years ago -  
[DIR]umd/2 years ago -  
[   ]BrowserRouter.js39 years ago129  
[   ]HashRouter.js39 years ago123  
[   ]LICENSE39 years ago1.1K 
[   ]Link.js39 years ago111  
[   ]MemoryRouter.js39 years ago127  
[   ]NavLink.js39 years ago117  
[   ]Prompt.js39 years ago115  
[TXT]README.md39 years ago1.0K 
[   ]Redirect.js39 years ago119  
[   ]Route.js39 years ago113  
[   ]Router.js39 years ago115  
[   ]StaticRouter.js39 years ago127  
[   ]Switch.js39 years ago115  
[   ]generatePath.js39 years ago127  
[   ]index.js39 years ago189  
[   ]matchPath.js39 years ago121  
[   ]package.json2 years ago2.6K 
[   ]warnAboutDeprecatedCJSRequire.js39 years ago1.0K 
[   ]withRouter.js39 years ago123  
README.md

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 Remix Software.

Apache/2.4.38 (Debian) Server at www.karls.computer Port 80