switer / switer.github.io

Personal homepage
https://switer.github.io
5 stars 0 forks source link

Event communication in Facebook flux and other flux lib #23

Open switer opened 9 years ago

switer commented 9 years ago

flux 为 Facebook 官方发布 flux 库,reflux 为一个实现 flux 模式的第三方库。

flux

Flux 使用 Pub/Sub 作为 Action 与 Store 的通信机制。

在 reflux 中,Action 使用 Observer 替代全局 Pub/Sub 与 Store 通信。