- 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.
- Web程序設計及應用
- VMware View Security Essentials
- Redis Applied Design Patterns
- 深入淺出Spring Boot 2.x
- 程序員數學:用Python學透線性代數和微積分
- 深入淺出Windows API程序設計:編程基礎篇
- Web Application Development with MEAN
- 用案例學Java Web整合開發
- Modern C++ Programming Cookbook
- 代碼閱讀
- HTML+CSS+JavaScript網頁制作:從入門到精通(第4版)
- 數據科學中的實用統計學(第2版)
- Mastering Leap Motion
- Python應用開發技術
- Building Microservices with Go