タグ

関連タグで絞り込む (0)

  • 関連タグはありません

タグの絞り込みを解除

JavaScriptとDOMとtemplateに関するefclのブックマーク (2)

  • Server-side Rendering Shootout with Marko, Preact, Rax, React and Vue | HackerNoon

    Too Long; Didn't ReadLast week Alibaba announced a <a href="https://hackernoon.com/tagged/react-like" target="_blank">React-like</a> library called Rax. Rax is a more lightweight implementation of the React renderer and it’s “universal”. It can run in Node.js, in the browser, and on top of Weex (which is pretty cool). Last week Alibaba announced a React-like library called Rax. Rax is a more light

    Server-side Rendering Shootout with Marko, Preact, Rax, React and Vue | HackerNoon
    efcl
    efcl 2017/01/23
    UIライブラリ/テンプレートエンジンであるMarkoのサーバサイドレンダリングの高速化手法について。 Marko v4ではブラウザとサーバで出力方式を変えている。 クライアントサイドではVirtual DOMを使い、サーバサイドでは文字列
  • 2014-12-30のJS: jsdom 2.0.0、6to5 2.0.0、HTMLBars

    JSer.info #208 - DOMのJavaScript実装(Node.jsでも動くDOMの実装)であるjsdom 2.0.0がリリースされました。 機能的な追加ではないですが、2.0.0となったのは今までDOM Level{1,2,3}別で実装されていたが、今後はLiving Standardモデルで実装していくという方針を示すためだそうです。 バージョン番号をつけるのはメリットよりもデメリットのほうが多いという過去の経験やjsdom内部でもlevel別だと辛い感じになってきたので、Living Standardモデルへと変えていくことになったようです。 公開APIについては殆ど変更はありませんが、内部的にかなり構造を変更していくリファクタリングをして行くようです。 ES6のコードをES5へ変換するツールである6to5 2.0.0(現時点で2.2.0まで出ていますが)がリリースされ

    2014-12-30のJS: jsdom 2.0.0、6to5 2.0.0、HTMLBars
    efcl
    efcl 2014/12/31
    今年最後のJSer.info。 Living Standardモデル、Shift AST、Flow Type、テンプレートエンジンの変化とか色々違う流れが出てきた感じだった
  • 1