- Flux Architecture
- Adam Boduch
- 144字
- 2021-07-16 10:49:01
Chapter 2. Principles of Flux
In the previous chapter, you were introduced at a 10,000 foot level to some of the core Flux principles. For example, unidirectional data-flow is central to Flux's existence. The aim of this chapter is to go beyond the simplistic view of Flux principles.
We'll kick things off with a bit of an MVC retrospective—to identify where it falls apart when we're trying to scale a frontend architecture. Following this, we'll take a deeper look at at unidirectional data-flow and how it solves some of the scaling issues we've identified in MVC architectures.
Next, we'll address some high-level compositional issues faced by Flux architectures, such as making everything explicit and favoring layers over deep hierarchies. Finally, we'll compare the various kinds of state found in a Flux architecture and introduce the concept of an update round.
- Rust實戰
- Java面向對象軟件開發
- Developing Middleware in Java EE 8
- Java程序設計與計算思維
- Mastering Ext JS
- JavaScript:Moving to ES2015
- Kotlin從基礎到實戰
- Hands-On GUI Programming with C++ and Qt5
- Android應用開發深入學習實錄
- 深度探索Go語言:對象模型與runtime的原理特性及應用
- PHP與MySQL權威指南
- JavaScript語法簡明手冊
- 美麗洞察力:從化妝品行業看顧客需求洞察
- SQL Server 2014數據庫設計與開發教程(微課版)
- Mastering MeteorJS Application Development