You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: index.html
+3Lines changed: 3 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -151,6 +151,9 @@ <h2>JavaScript Apps</h2>
151
151
<liclass="labs routing">
152
152
<ahref="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>
153
153
</li>
154
+
<liclass="labs routing">
155
+
<ahref="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>
154
157
</ul>
155
158
<ulclass="legend">
156
159
<li><b>*</b><spanclass="label">R</span> = App also demonstrates routing</li>
0 commit comments