Commit 071564bd authored by Addy Osmani's avatar Addy Osmani

Updating list of supported frameworks and apps

parent ac6fd317
...@@ -8,21 +8,24 @@ To help solve this problem, TodoMVC was created - a project which offers the sam ...@@ -8,21 +8,24 @@ To help solve this problem, TodoMVC was created - a project which offers the sam
####Todo apps are included for: ####Todo apps are included for:
<ul> * Backbone.js
<li>Backbone.js</li> * Ember.js (SproutCore 2.0)
<li>Ember.js (SproutCore 2.0)</li> * Spine.js
<li>Spine.js</li> * JavaScriptMVC
<li>JavaScriptMVC</li> * Sammy.js
<li>Sammy.js</li> * YUILibrary
<li>YUILibrary</li> * KnockoutJS (MVVM)
<li>KnockoutJS (MVVM)</li> * Knockback
<li>AngularJS</li> * AngularJS
<li>Broke.js</li> * Broke.js
<li>Fidel.js</li> * Fidel.js
<li>ExtJS</li> * ExtJS
</ul>
Additionally, apps are also included for:
A jQuery-only version of the application is also included so you can easily see how the app can be implemented with and without a structural pattern like MVC. A modularized Backbone.js example using AMD is also now available if you pull the latest version.
* Backbone + RequireJS (using AMD for modules)
* AngularJS + PersistenceJS
* A jQuery-only (non-MVC) app is included too for comparison purposes
##Screenshots: ##Screenshots:
......
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