Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 9209207

Browse files
petehuntvjeux
authored andcommitted
add example apps page
1 parent 3c19f62 commit 9209207

File tree

3 files changed

+17
-0
lines changed

3 files changed

+17
-0
lines changed

docs/_data/nav_docs.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@
88
title: Videos
99
- id: complementary-tools
1010
title: Complementary tools
11+
- id: example-apps
12+
title: Example apps
1113
- title: Guides
1214
items:
1315
- id: why-react

docs/docs/complementary-tools.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ title: Complementary Tools
44
layout: docs
55
permalink: complementary-tools.html
66
prev: videos.html
7+
next: example-apps.html
78
---
89

910
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
4243
### UI components
4344

4445
* **[react-bootstrap](https://github.com/stevoland/react-bootstrap)** Bootstrap 3 components built with React
46+
* **[react-topcoat](https://github.com/plaxdan/react-topcoat)** Topcoat components built with React

docs/docs/example-apps.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
---
2+
id: example-apps
3+
title: Example apps
4+
layout: docs
5+
permalink: example-apps.html
6+
prev: complementary-tools.html
7+
---
8+
9+
Here is a selection of open-source apps built with React.
10+
11+
* **[TodoMVC](https://github.com/tastejs/todomvc/tree/gh-pages/architecture-examples/react/js)**
12+
* **[Khan Academy question editor](https://github.com/khan/perseus)** (browse their GitHub account for many more production apps!)
13+
* **[github-issues-viewer](https://github.com/jaredly/github-issues-viewer)**

0 commit comments

Comments
 (0)