## 11\. 使用框架或者庫
拿一些現成的東西來用。想保持輕量級?試試[Backbone](http://backbonejs.org/)?或?[Knockout](http://knockoutjs.com/)。?或者?[jQuery](http://jquery.com/)就夠了。想要更多更全功能的?試試??[Angular](https://angularjs.org/),?[Ember](http://emberjs.com/),,或者?[React](https://facebook.github.io/react/)?with?[Flux](https://facebook.github.io/flux/docs/overview.html)。
關鍵是:
>[info] **不要試圖從頭開始。**站在巨人的肩膀上。
不管你選擇哪個框架,都應該分開你的關注,這就是下一點..