Commit e0c95d16 authored by Pascal Hartig's avatar Pascal Hartig

React-Alt: Integrate with homepage

parent e56aa7dc
......@@ -266,6 +266,9 @@
<li>
<a href="examples/componentjs/" data-source="http://componentjs.com" data-content="ComponentJS is a stand-alone MPL-licensed Open Source library for JavaScript, providing a powerful run-time Component System for hierarchically structuring the User-Interface (UI) dialogs of complex HTML5-based Rich Clients (aka Single-Page-Apps) — under maximum applied Separation of Concerns (SoC) architecture principle, through optional Model, View and Controller component roles, with sophisticated hierarchical Event, Service, Hook, Model, Socket and Property mechanisms, and fully independent and agnostic of the particular UI widget toolkit.">ComponentJS</a>
</li>
<li class="routing">
<a href="examples/react-alt/" data-source="http://alt.js.org" data-content="This React example integrates Alt for an example of an application following the Flux architecture.">React + Alt</a>
</li>
<li>
<a href="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>
</li>
......
......@@ -1670,14 +1670,17 @@
"name": "Example",
"url": "examples/react"
}, {
"name": "React & Backbone.js",
"name": "React + Backbone.js",
"url": "examples/react-backbone"
}, {
"name": "Scala.js & React",
"name": "Scala.js + React",
"url": "examples/scalajs-react"
}, {
"name": "TypeScript & React",
"name": "TypeScript + React",
"url": "examples/typescript-react"
}, {
"name": "React + Alt",
"url": "examples/react-alt"
}],
"link_groups": [{
"heading": "Official Resources",
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment