1. 程式人生 > >如何選擇前端框架?

如何選擇前端框架?

現在前端框架這麼多,如何選擇?

首先宣告,我不會告訴你到底選擇哪個框架,還是那句話:適合你的才是最好的。不過我還是給出了選擇一個合適框架的方法,那就是:

TodoMVC

以下來自官方網站

Introduction
Developers these days are spoiled with choice when it comes to selecting an MV* framework for structuring and organizing their JavaScript web apps.

Backbone, Ember, AngularJS… the list of new and stable solutions continues to grow, 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.

TodoMVC是一款開源的JavaScript框架,它使用各種不同的MV*框架實現一個相同的Todo應用。

TodoMVC是由一名谷歌工程師Addy Osmani發起的一個開源專案,在2012年10月9日釋出1.0.1版本。

TodoMVC最大的優點就是幫助開發者挑選出合適的MV*框架,從Backbone, Ember, AngularJS, Spine…一系列框架中決定使用哪個框架。