タグ

ブックマーク / colintoh.com (2)

  • HTMLBars - A Feature-by-Feature Review

    A Feature-by-Feature review on the awesomeness of HTMLBars and why it excites me as an EmberJS developer. Handlebars is the template engine for EmberJS. It is a natural choice, given that both are created by the same person, Yehuda Katz. Handlebars templates are characterised by the distinctive braces, {{....}}, also known as 'mustache'. EmberJS extends the Handlebars library with many cool featur

    HTMLBars - A Feature-by-Feature Review
    efcl
    efcl 2014/12/29
    Emberが採用するHTMLBarsについて。 以前のEmberのレンダリング テンプレート -> AST -> HTML String -> DOM というフローだった。 HTMLBarsでは テンプレート -> JS関数 -> DOM というフローとなった理由や仕組みについて。
  • Lightweight ES6 Features That Pack A Punch

    I had been staying away from ECMAScript 6 (ES6) for quite a while now despite the offerings of advanced features and syntactic sugars by ES6. Back then, ES6 was still in the draft stage. I did not want to devote my time into some fancy features that might suddenly be yank out. So when the feature set was frozen in Aug 2014, I decided that it was time to dive right in. Looking through the feature l

    Lightweight ES6 Features That Pack A Punch
    efcl
    efcl 2014/10/11
    ES6の機能紹介記事。 ES6Fiddleで実行出来るサンプルコードと共に紹介されてて分かりやすい
  • 1