From 0510c9b111aed03d0d3680db63614d50f231745c Mon Sep 17 00:00:00 2001 From: Aldo Cortesi Date: Wed, 10 Sep 2014 14:22:26 +1200 Subject: Client-side framework for web application --- web/src/vendor/react-router/docs/api/README.md | 32 ++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 web/src/vendor/react-router/docs/api/README.md (limited to 'web/src/vendor/react-router/docs/api/README.md') diff --git a/web/src/vendor/react-router/docs/api/README.md b/web/src/vendor/react-router/docs/api/README.md new file mode 100644 index 00000000..83c33fba --- /dev/null +++ b/web/src/vendor/react-router/docs/api/README.md @@ -0,0 +1,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.) + -- cgit v1.2.3