前端选择哪种JavaScript framework

原生态的javascript代码应用在实际项目中,代码很长很复杂,存在浏览器的差异,而js框架几乎能解决这些问题,简洁、高效…。


提到js一般都会想到Dojo、Prototype 、jQuery、Ext JS、YUI、MooTools…


js框架资源很多:

http://en.wikipedia.org/wiki/Comparison_of_JavaScript_frameworks

http://en.wikipedia.org/wiki/List_of_JavaScript_libraries

http://paranimage.com/21-powerful-javascript-frameworks/


“问题不仅仅只有一种解决方案,真正的挑战来自于选择适当的策略来解决特定场景下的问题。各有各的优势,各自都有特定的开发者群体”。

“There’s always more than one solution to a problem – it’s choosing the right solution that’s the real challenge”.


所以,选择一种,用好它就可以了,我最初选择的是kissy,后来还是用了jQuery,用国外插件或自己写插件,比较便捷。


如果只是效果动画之类的,jQuery+css3完全可以胜任了,复杂的JS开发还是得上原生态javascript或用商业js库。

你可能感兴趣的:(前端选择哪种JavaScript framework)