Show "new in" or "since" in Reference docs
未关闭
还没有人认领这个 Issue。
- 主要语言
- JavaScript
- 星标
- 11.8k
- 派生
- 7.9k
- 平均合并
- 1 天 11 小时
- 30 天内合并 PR
- 11
描述
Looking at https://reactjs.org/docs/hooks-reference.html#useid or https://beta.reactjs.org/reference/react/useId , I expect to see something indicating that useId was added in React 18. But I only see that stated at https://reactjs.org/blog/2022/03/29/react-v18.html .
I expect this on most functions.
This
- Prevents users stuck on an older version from being confused about their inability to use a feature.
- Helps long time users not overlook new features when reading docs for other reasons.
I appreciate docs like the Java JDK that provide this. https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/util/Collection.html#stream()
Since:
1.8
贡献指南
从这里开始
- 先读完整个 Issue,再读项目的贡献指南。
- 在 Issue 下留言说明你要接手 —— 这能避免两个人做同样的事。
- Fork 仓库,在一个分支上完成修改。
- 提交 Pull Request,并在描述里引用这个 Issue 编号。
调研方向
先从 issue 中链接的 Hooks Reference 和 useId reference 页面开始,然后将它们与 React 18 发布博客文章进行比较,以了解现有的版本信息。当相关的 React 函数参考文档一致地标明各项功能的添加时间(包括 React 18 中的 useId)时,即视为完成。
由索引模型根据 Issue 内容生成。
评估
- 技术栈
- javascript, react
- 领域
- documentation
- Issue 类型
- 文档
- 难度
- 4/5
- 预计耗时
- 3-5 天
- 活跃度
- 停滞
- 描述清晰度
- 基本清楚
- 新手友好度
- 35/100