Flux: Facebook使用的创建用户界面的应用架构

1,140 阅读1分钟
原文链接: facebook.github.io

Flux

Application Architecture for Building User Interfaces

Flux is the application architecture that Facebook uses for building client-side web applications. It complements React's composable view components by utilizing a unidirectional data flow. It's more of a pattern rather than a formal framework, and you can start using Flux immediately without a lot of new code.

© 2014 Facebook Inc.