-
Renderable Components
-
Configuration Components
-
Mixins
While there are many modules in this repository, only those found on the default export are considered public.
var Router = require('react-router');
var Link = Router.Link // yes
var Link = require('react-router/components/Link') // no