如何选择前端框架?

现在前端框架这么多,如何选择?

首先声明,我不会告诉你到底选择哪个框架,还是那句话:适合你的才是最好的。不过我还是给出了选择一个合适框架的方法,那就是:

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…一系列框架中决定使用哪个框架。

猜你喜欢

转载自blog.csdn.net/diannet/article/details/50750866