Flux architecture

  Flux is a pattern for managing data flow in your application. The most important concept is that data flows in one direction. As we go through this guide we'll talk about the different pieces of a Flux application and show how they form unidirectional cycles that data can flow through.

  Flux architecture

参考:https://github.com/facebook/flux/tree/master/examples/flux-concepts

相关文章:

  • 2021-09-01
  • 2021-08-27
  • 2021-07-15
  • 2021-10-02
  • 2021-06-27
  • 2021-07-30
  • 2022-12-23
  • 2021-04-24
猜你喜欢
  • 2022-12-23
  • 2021-06-23
  • 2021-06-27
  • 2021-06-27
  • 2022-12-23
  • 2021-11-10
相关资源
相似解决方案