- 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.
- Silverlight魔幻銀燈
- Python程序設計案例教程
- Cocos2d-x學習筆記:完全掌握Lua API與游戲項目開發(fā) (未來書庫)
- 深入淺出Serverless:技術(shù)原理與應用實踐
- Flutter跨平臺開發(fā)入門與實戰(zhàn)
- 機器學習與R語言實戰(zhàn)
- Mastering openFrameworks:Creative Coding Demystified
- Extreme C
- PHP 7從零基礎到項目實戰(zhàn)
- C# 7.1 and .NET Core 2.0:Modern Cross-Platform Development(Third Edition)
- 快樂編程:青少年思維訓練
- 金融商業(yè)數(shù)據(jù)分析:基于Python和SAS
- 讀故事學編程:Python王國歷險記
- Getting Started with RethinkDB
- 大象:Thinking in UML(第二版)