- 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.
- Visual C++串口通信開發入門與編程實踐
- PaaS程序設計
- PostgreSQL技術內幕:事務處理深度探索
- Android 9 Development Cookbook(Third Edition)
- 游戲程序設計教程
- Mastering macOS Programming
- Yii Project Blueprints
- Learning jQuery(Fourth Edition)
- Scratch趣味編程:陪孩子像搭積木一樣學編程
- Visual Studio Code 權威指南
- 從0到1:HTML5 Canvas動畫開發
- Secret Recipes of the Python Ninja
- Mastering Embedded Linux Programming
- JavaScript高級程序設計(第4版)
- 少年小魚的魔法之旅:神奇的Python