Skip to content

Commit a3af64c

Browse files
committed
Adding react + backbone to content listing
1 parent e990b79 commit a3af64c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

index.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -151,6 +151,9 @@ <h2>JavaScript Apps</h2>
151151
<li class="labs routing">
152152
<a href="labs/architecture-examples/vue/" data-source="http://vuejs.org" data-content="Vue.js provides the benefits of MVVM data binding and a composable component system with an extremely simple and flexible API.">Vue.js</a>
153153
</li>
154+
<li class="labs routing">
155+
<a href="labs/architecture-examples/react-backbone/" data-source="http://facebook.github.io/react/" data-content="This React example integrates Backbone for its model and router. It is a showcase of third-party library integration for developers wishing to use React together with a different JavaScript framework.">React + <br>Backbone.js</a>
156+
</li>
154157
</ul>
155158
<ul class="legend">
156159
<li><b>*</b> <span class="label">R</span> = App also demonstrates routing</li>

0 commit comments

Comments
 (0)