aboutsummaryrefslogtreecommitdiffstats
path: root/web/src/vendor/react-router/docs/api/README.md
blob: 83c33fba8c67c0957bed7fa0952ad9bfe354215e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
React Router API 
================

- [`Router`](/docs/api/Router.md)

- Components
  - [`DefaultRoute`](/docs/api/components/DefaultRoute.md)
  - [`Link`](/docs/api/components/Link.md)
  - [`NotFoundRoute`](/docs/api/components/NotFoundRoute.md)
  - [`Redirect`](/docs/api/components/Redirect.md)
  - [`Route`](/docs/api/components/Route.md)
  - [`RouteHandler`](/docs/api/components/RouteHandler.md)
  - [`Routes`](/docs/api/components/Routes.md)

- Misc 
  - [`transition`](/docs/api/misc/transition.md)

- Mixins
  - [`ActiveState`](/docs/api/mixins/ActiveState.md)
  - [`AsyncState`](/docs/api/mixins/AsyncState.md)


Public Modules
--------------

All modules found at the repository root are considered public. You can
require them conveniently with `var Route = require('react-router/Route');` etc.

Note that we do not support requiring modules from our `modules`
directory. (No notes in the changelog, no changes to the versioning of
the lib, etc.)