Skip to content

Commit

Permalink
Merge branch 'petehunt-react' into gh-pages
Browse files Browse the repository at this point in the history
  • Loading branch information
passy committed Jun 17, 2013
2 parents f22dbf8 + 37589b3 commit 9bb0646
Show file tree
Hide file tree
Showing 16 changed files with 20,127 additions and 0 deletions.
3 changes: 3 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,9 @@ <h2>JavaScript Apps</h2>
<li class="routing labs">
<a href="architecture-examples/angularjs-perf/" data-source="http://angularjs.org" data-content="What HTML would have been had it been designed for web apps. A version with several performance optimizations.">AngularJS <br>(optimized)</a>
</li>
<li class="routing labs">
<a href="labs/architecture-examples/react/" data-source="http://facebook.github.io/react/" data-content="React is a JavaScript library for building user interfaces.">React</a>
</li>
</ul>
<hr>
<h2>Compile To JavaScript</h2>
Expand Down
8 changes: 8 additions & 0 deletions labs/architecture-examples/react/bower.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"name": "todomvc-react",
"version": "0.0.0",
"dependencies": {
"todomvc-common": "~0.1.7",
"react": "~0.3.2"
}
}
Loading

0 comments on commit 9bb0646

Please sign in to comment.