Showing posts with label learning resources. Show all posts

Learn Javascript Frameworks with TodoMVC

by in , 16

If you are a lazy geek like me, you need short-cut way to learn Javascript frameworks.
The fastest way is to learn by example.
So, here is TodoMVC, one simple to do list application in almost all popular javascript frameworks.

Check this out!!.

Developers these days are spoiled with choice when it comes to selecting an MV* framework for structuring and organizing JavaScript web apps. Backbone, Spine, Ember (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, we created TodoMVC - a project which offers the same Todo application implemented using MV* concepts in most of the popular JavaScript MV* frameworks of today.
Solutions look and feel the same, have a common simple 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.
get TodoMVC on Github