- Switching to Angular(Third Edition)
- Minko Gechev
- 129字
- 2021-07-02 15:23:34
Simplified data flow
The cross-watcher dependencies may create a tangled data flow in our application, which is hard to follow. This may lead to unpredictable behavior and bugs, which are hard to find. Although Angular kept the dirty checking as a way to achieve change detection, the framework enforced unidirectional data flow. This happened by disallowing dependencies between the different watchers, which allows the digest loop to be run only once. This strategy increases the performance of our applications dramatically and reduces the complexity of the data flow. Angular also made improvements to memory efficiency and the performance of the digest loop. Further details on Angular's change detection and the different strategies used for its implementation can be found in Chapter 5, Getting Started with Angular Components and Directives.
- LabVIEW2018中文版 虛擬儀器程序設計自學手冊
- Python Network Programming Cookbook(Second Edition)
- C語言程序設計
- 重學Java設計模式
- Haxe Game Development Essentials
- Visual Basic程序設計上機實驗教程
- C語言開發基礎教程(Dev-C++)(第2版)
- Statistical Application Development with R and Python(Second Edition)
- 搞定J2EE:Struts+Spring+Hibernate整合詳解與典型案例
- 快速入門與進階:Creo 4·0全實例精講
- Python Interviews
- 零基礎輕松學C++:青少年趣味編程(全彩版)
- 計算機應用基礎(第二版)
- 高效使用Greenplum:入門、進階與數據中臺
- Spring Data JPA從入門到精通