Is it not clear if the effect's clean up logic from a component making using of context is ran BEFORE re-rendering any other instance of the same component (on the same hierarchy level)
未關閉
還沒有人認領這個 Issue。
- 主要語言
- JavaScript
- 星號
- 11.8k
- 分支
- 7.9k
- 平均合併
- 1 天 11 小時
- 30 天內合併 PR
- 11
描述
Runnable example: https://codesandbox.io/s/fast-sunset-8c0z2?file=/src/App.js
What is clear: It is clear a change in context will cause all consumers to re-render.
What is not clear: When using useEffect's clean up function - ( return () => { do some clean up } ) will that always be done for ALL component instance using the same context BEFORE re-rendering the other components of the same type ( ie multiple instances of MyComp )?
貢獻指南
從這裡開始
- 先讀完整個 Issue,再讀專案的貢獻指南。
- 在 Issue 下留言說明你要接手 —— 這能避免兩個人做同樣的事。
- Fork 儲存庫,在一個分支上完成修改。
- 送出 Pull Request,並在描述裡引用這個 Issue 編號。
研究方向
從 issue 中連結的可執行 CodeSandbox 範例開始,檢查 src/App.js,以重現 context 更新和 useEffect 清理行為。確認多個 MyComp 實例之間的順序,然後在 React 文件的適當位置記錄答案及任何相關注意事項。
由索引模型根據 Issue 內容生成。
評估
- 技術堆疊
- javascript, react
- 領域
- documentation
- Issue 類型
- 文件
- 難度
- 4/5
- 預估耗時
- 3-5 天
- 活躍度
- 停滯
- 描述清晰度
- 需要釐清
- 新手友好度
- 25/100