Flux architecture

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.

  

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

原文地址:https://www.cnblogs.com/tekkaman/p/6783674.html