[Suggestion]: Improve Context usage Troubleshooting section
还没有人认领这个 Issue。
- 主要语言
- JavaScript
- 星标
- 11.8k
- 派生
- 7.9k
- 平均合并
- 1 天 11 小时
- 30 天内合并 PR
- 11
描述
Summary
Yesterday I found out that independently wrapped components in Context doesn't share the same Context values. Instead each one has their own context values.
Page
https://react.dev/reference/react/useContext
Details
Now when I think about it that makes sense, but it took quite some time to realize where's the issue in a complext real world app where we render React components in different places of legacy code.
Would be great if we extend the Troubleshooting section of the Context docs to include this case.
Example: https://codesandbox.io/p/sandbox/reactcontext-issue-example-f48m4m
贡献指南
从这里开始
- 先读完整个 Issue,再读项目的贡献指南。
- 在 Issue 下留言说明你要接手 —— 这能避免两个人做同样的事。
- Fork 仓库,在一个分支上完成修改。
- 提交 Pull Request,并在描述里引用这个 Issue 编号。
调研方向
打开 React useContext 参考页面,并结合链接的 CodeSandbox 示例查看其中的 Troubleshooting 部分。添加说明,解释彼此独立包装的组件不会共享相同的 Context 值;当 Troubleshooting 文本清楚描述了在 legacy application 的不同部分中渲染的组件所表现出的这一行为时,即可视为完成。
由索引模型根据 Issue 内容生成。
评估
- 技术栈
- react
- 领域
- documentation
- Issue 类型
- 文档
- 难度
- 2/5
- 预计耗时
- 1-3 小时
- 活跃度
- 停滞
- 描述清晰度
- 描述清楚
- 新手友好度
- 52/100