Documentation about Keys beyond usage in lists
還沒有人認領這個 Issue。
- 主要語言
- JavaScript
- 星號
- 11.8k
- 分支
- 7.9k
- 平均合併
- 1 天 11 小時
- 30 天內合併 PR
- 11
描述
The You Probably Don't Need Derived State post shows a pattern that uses the key prop to reset (force remount) elements in order to restart the component lifecycle: https://reactjs.org/blog/2018/06/07/you-probably-dont-need-derived-state.html#recommendation-fully-uncontrolled-component-with-a-key
It would be good to expand on that example in the main docs and discuss some of the pitfalls of that approach (for example, if a component is not written to account for changing data sources, the consumer must add a key to correctly reset the component).
貢獻指南
從這裡開始
- 先讀完整個 Issue,再讀專案的貢獻指南。
- 在 Issue 下留言說明你要接手 —— 這能避免兩個人做同樣的事。
- Fork 儲存庫,在一個分支上完成修改。
- 送出 Pull Request,並在描述裡引用這個 Issue 編號。
研究方向
從連結的「You Probably Don’t Need Derived State」文章及其使用 key 的完全非受控元件範例開始。在 React 主要文件的相關章節中加入一個可比較的範例,並說明重設行為以及變更資料來源時可能遇到的問題;當讀者能清楚理解其用法和注意事項時,即視為完成。
由索引模型根據 Issue 內容生成。
評估
- 技術堆疊
- javascript, react
- 領域
- documentation
- Issue 類型
- 文件
- 難度
- 2/5
- 預估耗時
- 半天
- 活躍度
- 停滯
- 描述清晰度
- 基本清楚
- 新手友好度
- 48/100