Quartz 5

Home

❯

develop

❯

react

❯

other

❯

Flux

Flux

Properties2
descriptiontype: 'ADD_TODO',
tagsreact

Aug 28, 20261 min read

Flux

dispatcher

  • 维护注册的回调
  • 分发操作到store

store

  • 应用程序状态和逻辑

action

  • 纯声明式的数据结
{
  type: 'ADD_TODO',
  payload: {
    text: 'Do something.'  
  }
}

reference

https://github.com/facebook/flux
https://facebook.github.io/flux/


Graph View

  • Flux
  • dispatcher
  • store
  • action
  • reference

Created with Quartz v5.0.0 © 2026

  • GitHub
  • Discord Community