Developers these days are spoiled with choice when it comes to selecting an MVC framework for structuring and organizing JavaScript web apps. Backbone, Spine, Ember.js (SproutCore 2.0), JavaScriptMVC... the list of new and stable solutions goes on and on, but just how do you decide on which to use in a sea of so many options?
Developers these days are spoiled with choice when it comes to selecting an MVC framework for structuring and organizing JavaScript web apps. Backbone, Spine, Ember.js (SproutCore 2.0), JavaScriptMVC... the list of new and stable solutions goes on and on, but just how do you decide on which to use in a sea of so many options?
To help solve this problem, I created TodoMVC - a project which offers the same Todo application implemented using MVC concepts in most of the popular JavaScript MVC frameworks of today. Solutions look and feel the same, have a common feature set, and make it easy for you to compare the syntax and structure of different frameworks, so you can select the one you feel the most comfortable with.
To help solve this problem, TodoMVC was created - a project which offers the same Todo application implemented using MVC concepts in most of the popular JavaScript MVC frameworks of today. Solutions look and feel the same, have a common feature set, and make it easy for you to compare the syntax and structure of different frameworks, so you can select the one you feel the most comfortable with.
####Todo apps are included for:
####Todo apps are included for:
...
@@ -36,17 +36,13 @@ Preview of some of the apps included:
...
@@ -36,17 +36,13 @@ Preview of some of the apps included:
For live previews of Todo apps and more information on the project, see the official TodoMVC site here: [http://addyosmani.github.com/todomvc/](http://addyosmani.github.com/todomvc/)
For live previews of Todo apps and more information on the project, see the official TodoMVC site here: [http://addyosmani.github.com/todomvc/](http://addyosmani.github.com/todomvc/)
##Changelog since 0.2
##Changelog 0.25
1. ExtJS example added
* A number of clean-ups and fixes have been made to existing examples
2. jQuery-only example added
* Backbone + RequireJS example added
3. Minor fixes to Backbone example
* SproutCore 2.0 example updated to Ember.js
4. Dojo example (in-development)
* KnockBack (2 examples) added
5. Backbone + RequireJS example (merged for version 0.3)
7. JavaScript non-framework MVC implementation pull received (pending review)
8. KnockBack pull received (merging for version 0.3)
9. SproutCore 2.0 example updated to Ember.js
##Next release
##Next release
I aim to release TodoMVC 0.3 in early January 2012. This will contain stable versions of all in-development additions to the project.
The target release timeline for TodoMVC 0.3 in mid-January 2012. This will contain standardized revisions to existing applications as well as Dojo (and other) implementations of the Todo app.