## 11\. 使用框架或者庫(kù)
拿一些現(xiàn)成的東西來(lái)用。想保持輕量級(jí)?試試[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)。
關(guān)鍵是:
>[info] **不要試圖從頭開(kāi)始。**站在巨人的肩膀上。
不管你選擇哪個(gè)框架,都應(yīng)該分開(kāi)你的關(guān)注,這就是下一點(diǎn)..
