タグ

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

  • 関連タグはありません

タグの絞り込みを解除

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

  • Model-View-Intent and the Virtual DOM

    ReactiveX: Duality turns your mind upside downModel-View-Intent and the Virtual DOM. Andre Medeiros. October / 2014 Used React for RxMarbles.com Just the 'View' in MVC. Not really. React components Have state (Model) Handle inputs to change state (Controller) Render JSX templates (Presentation) Contain lifecycle hooks for external purposes Are opinionated on where should state live A MESS Don't ,

    Model-View-Intent and the Virtual DOM
    efcl
    efcl 2014/10/29
    Reactiveなパターンについてのスライド。 MVCが絡み合って複雑になるのをイベントバスを使ってどう解決するか。 Model、View(Virtual DOM)、Intentでのアーキテクチャについて
  • Get Started React.js

    React.jsについての簡単な紹介 Component化、Prop、Stateの使い分け、イベント、addon、mixin、アーキテクチャ、ServerSide Renderingなどについての説明。 一部v0.12で変わった部分の対応もしています。

    Get Started React.js
    efcl
    efcl 2014/09/30
    React.jsについて詳しく書かれたスライド。 JSXの使い方、Viewの構成、ImmutableなPropと状態を表すState、Component同士のやり取りやライフサイクル、CSSやアニメーション、Fluxアーキテクチャ、サーバサイドレンダリングなど
  • 1