タグ

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

タグの絞り込みを解除

libraryとRxとVirtualDOMに関するefclのブックマーク (1)

  • Cycle.js

    A fully reactive JavaScript framework for Human-Computer Interaction Get started Functional Unidirectional Dataflow human-computer-diagram2 Created with Sketch. computer() app side a function Cycle.js Request Observables Response Observables a function framework side human() Cycle’s core abstraction is Human-Computer Interaction modelled as an interplay between two pure functions: human() and comp

    efcl
    efcl 2015/07/04
    Rxを使った一方通行のデータフローとImmutabilityを実現するフレームワーク。MVIというアーキテクチャを持ち、ユーザからの入力を_Intent_としModelへ通知し、Modelの変更を監視している_View_が更新される。間をObservableで繋ぎ、vir
  • 1