タグ

Ember.jsに関するigrepのブックマーク (2)

  • 第1回 Ember.jsの世界 | gihyo.jp

    はじめまして。佐藤竜之介(@tricknotes)と申します。連載では、ユニークな特徴を持つJavaScriptフレームワークであるEmber.jsの仕組みと、実践での活用方法について解説させていただきます。 なぜEmber.jsか ここ数年、ネイティブアプリケーションのような使い勝手を備えたWebサービスが増えています。筆者が利用しているサービスを例に挙げるとGmail, Pivotal Tracker, Idobataなどがあります。これらはどれも画面遷移がなく一枚の画面上であらゆる操作を行うため、「⁠Webサイト」というよりは「アプリケーション」と表現する方が適切でしょう。このようなアプリケーションはシングルページアプリケーション(SPA)と呼ばれ、従来の画面遷移中心だったWebアプリケーションと区別されることがあります。 ただ、SPAの開発には特有の難しさがあります。それはデータ

    第1回 Ember.jsの世界 | gihyo.jp
    igrep
    igrep 2014/12/10
    RailsみたいにCoCなのは興味深い
  • Ember.js forms made easy with EasyForm

    Brian Cardarella recently open sourced Ember EasyForm, an Ember.js library to make working with forms less tedious. By wielding the library you can turn a form like this: <form> <div class="input string"> <label>First name</label> {{view Ember.TextField valueBinding='firstName' name='first_name' viewName='firstNameField'}} </div> <div class="input string"> <label>Last name</label> {{view Ember.Tex

    Ember.js forms made easy with EasyForm
    igrep
    igrep 2013/03/17
    いつか読む、かも。
  • 1