From c07c43b2025e75226b2969c8e5301eda5efcf825 Mon Sep 17 00:00:00 2001 From: petehunt Date: Sat, 1 Feb 2014 18:11:00 -0800 Subject: [PATCH] add example apps page --- _data/nav_docs.yml | 2 ++ docs/complementary-tools.md | 2 ++ docs/example-apps.md | 13 +++++++++++++ 3 files changed, 17 insertions(+) create mode 100644 docs/example-apps.md diff --git a/_data/nav_docs.yml b/_data/nav_docs.yml index 35334943..9c4ae75a 100644 --- a/_data/nav_docs.yml +++ b/_data/nav_docs.yml @@ -8,6 +8,8 @@ title: Videos - id: complementary-tools title: Complementary tools + - id: example-apps + title: Example apps - title: Guides items: - id: why-react diff --git a/docs/complementary-tools.md b/docs/complementary-tools.md index 90ccba6d..dc9f3ef3 100644 --- a/docs/complementary-tools.md +++ b/docs/complementary-tools.md @@ -4,6 +4,7 @@ title: Complementary Tools layout: docs permalink: complementary-tools.html prev: videos.html +next: example-apps.html --- React is a small library that does one thing well. Here's a list of tools we've found that work really well with React when building applications. @@ -42,3 +43,4 @@ If you want your project on this list, or think one of these projects should be ### UI components * **[react-bootstrap](https://github.com/stevoland/react-bootstrap)** Bootstrap 3 components built with React + * **[react-topcoat](https://github.com/plaxdan/react-topcoat)** Topcoat components built with React diff --git a/docs/example-apps.md b/docs/example-apps.md new file mode 100644 index 00000000..d6c2cae7 --- /dev/null +++ b/docs/example-apps.md @@ -0,0 +1,13 @@ +--- +id: example-apps +title: Example apps +layout: docs +permalink: example-apps.html +prev: complementary-tools.html +--- + +Here is a selection of open-source apps built with React. + + * **[TodoMVC](https://github.com/tastejs/todomvc/tree/gh-pages/architecture-examples/react/js)** + * **[Khan Academy question editor](https://github.com/khan/perseus)** (browse their GitHub account for many more production apps!) + * **[github-issues-viewer](https://github.com/jaredly/github-issues-viewer)**