Add note about element reference equality bailout in Optimizations, maybe Reconciliation?
未關閉
還沒有人認領這個 Issue。
- 主要語言
- JavaScript
- 星號
- 11.8k
- 分支
- 7.9k
- 平均合併
- 1 天 11 小時
- 30 天內合併 PR
- 11
描述
Could the bailout described here be added to the React documentation in the Optimizations or reconciliation page (and maybe a note in the other)?
Currently this functionality seems to be undocumented, which means the React docs don't properly match the public API right now. The closest thing is the second paragraph Avoid Reconciliation here. This at best only might imply the functionality. Would be great to have it explicit.
貢獻指南
從這裡開始
- 先讀完整個 Issue,再讀專案的貢獻指南。
- 在 Issue 下留言說明你要接手 —— 這能避免兩個人做同樣的事。
- Fork 儲存庫,在一個分支上完成修改。
- 送出 Pull Request,並在描述裡引用這個 Issue 編號。
研究方向
從 React 文件的 Optimizations 頁面和 reconciliation 頁面開始,尤其是現有的「Avoid Reconciliation」區段。閱讀關於元素參照相等性 bailout 的連結文章,並判斷解釋放在哪裡最合適。當該行為在一個頁面上獲得明確文件化,並在另一個頁面上視情況加入交叉參照或註記時,即可視為完成。
由索引模型根據 Issue 內容生成。
評估
- 技術堆疊
- react
- 領域
- documentation
- Issue 類型
- 文件
- 難度
- 2/5
- 預估耗時
- 1-3 小時
- 活躍度
- 停滯
- 描述清晰度
- 基本清楚
- 新手友好度
- 55/100