Angular Articles 2017-01
01-30
收集了一下這段時間看過的、正在看的關於Angular的乾貨,很多Angular官方文檔沒有細說但又很重要的細節在下述文章中都可以找到正確答案
可以在語雀上訂閱獲取最新的版本:http://yuque.com/ng/read/2017-01
(請 註冊語雀,個人描述內註明 #知乎seeconf# 便可快速申請邀請碼)
Optimization
- Faster Angular Applications - Understanding Differs. Developing a Custom IterableDiffer
- Faster Angular Applications - Part 2. Pure Pipes, Pure Functions and Memoization
- Faster Angular Applications - Part 1. On Push Change Detection and Immutability
Angular in Depth
- Exploring Angular DOM manipulation techniques using ViewContainerRef
- Here is why you will not find components inside Angular
- Here is how to get ViewContainerRef before @ViewChild query is evaluated
- Here is what you need to know about dynamic components in Angular
- Angular』s $digest is reborn in the newer version of Angular
- Do you still think that NgZone (zone.js) is required for change detection in Angular?
- Everything you need to know about change detection in Angular
- The mechanics of DOM updates in Angular
- The mechanics of property bindings update in Angular
- He who thinks change detection is depth-first and he who thinks it』s breadth-first are both usually right
- Do you really know what unidirectional data flow means in Angular
- Everything you need to know about the `ExpressionChangedAfterItHasBeenCheckedError` error
- If you think `ngDoCheck` means your component is being checked
- The essential difference between Constructor and ngOnInit in Angular
- A Deep, Deep, Deep, Deep, Deep Dive into the Angular Compiler
- Everything you need to know about debugging Angular applications
- Avoiding common confusions with modules in Angular
CDK
- Angular CDK Portals
- CUSTOM OVERLAYS WITH ANGULAR'S CDK
- CUSTOM OVERLAYS WITH ANGULAR'S CDK - PART 2
RxJS
- RxJS: Understanding Lettable Operators
- 30 天精通 RxJS
- Learn to combine RxJs sequences with super intuitive interactive diagrams
推薦閱讀:
※AntV - 我認為這是一個不嚴謹的錯誤
※面向未來的前端數據流框架 - dob
※遺世獨立的組件——Angular應用中的單組件構建
※ReactEurope 2016 小記 - 上