Upgrade to Pro — share decks privately, control downloads, hide ads and more …

Guiding Through The JavaScript Frameworks

Yuya Saito
February 19, 2015

Guiding Through The JavaScript Frameworks

Angular.jsやBackbone.jsを始めとした『MV* フレームワーク』とカテゴライズされるJavaScriptのフレームワークは今、まさに百花絢爛。
本セッションでは、そんなJavaScriptフレームワークの歩き方について、
『もう迷わない』ではなく、正しい『迷い方』について紹介します。

Yuya Saito

February 19, 2015
Tweet

More Decks by Yuya Saito

Other Decks in Programming

Transcript

  1. Guiding Through THE JAVASCRIPT FRAMEWORKS Yuya Saito @ Rich Media

    JavaScriptϑϨʔϜϫʔΫͷา͖ํ Version 2.0.0 Developers Summit 2015
  2. Backbone Angular Ember MVC Data Binding Unit Testing Dependency Injection

    Conventions E2E Testing Structure ES6 Modules Web Components More comprehensive More Flexibility Router
  3. “ Choose tools you'll use. New to front-end dev? Just

    use HTML/CSS/JS. Add tools & abstractions when they improve your productivity. — Addy Osmani
  4. “ 1. Small is beautiful. 2. Make each program do

    one thing well. 3. Build a prototype as soon as possible. 4. Choose portability over efficiency. 5. Store data in flat text files. 6. Use software leverage to your advantage. 7. Use shell scripts to increase leverage and portability. 8. Avoid captive user interfaces. 9. Make every program a filter. — Mike Gancarz
  5. 1. Small is beautiful. 2. Make each program do one

    thing well. 3. Build a prototype as soon as possible.
  6. “ The most important thing is that your team becomes

    familiar with building well-structured apps in JavaScript. — Henrik Joreteg
  7. “ Replace "can you build this?" with "can you maintain

    this without losing your minds?" — Nicolas Gallagher