Add next/image component as MDX component and convert img tags to Image component
未关闭
还没有人认领这个 Issue。
good first issue
- 主要语言
- JavaScript
- 星标
- 11.8k
- 派生
- 7.9k
- 平均合并
- 1 天 11 小时
- 30 天内合并 PR
- 11
描述
There are a lot of images inside markdown that are either img tags or markdown images. Need to use next/image component instead of img tags and markdown images.
Edit: These changes are needed for beta.reactjs.org site
贡献指南
从这里开始
- 先读完整个 Issue,再读项目的贡献指南。
- 在 Issue 下留言说明你要接手 —— 这能避免两个人做同样的事。
- Fork 仓库,在一个分支上完成修改。
- 提交 Pull Request,并在描述里引用这个 Issue 编号。
调研方向
首先定位 beta.reactjs.org 的 MDX 组件设置和 markdown 内容,然后识别现有的 img 标签和 markdown 图片。将这些图片用法转换为 next/image,并验证文档网站能正确渲染每一张受影响的图片。
由索引模型根据 Issue 内容生成。
评估
- 技术栈
- javascript, next.js, react
- 领域
- documentation, frontend
- Issue 类型
- 重构
- 难度
- 4/5
- 预计耗时
- 3-5 天
- 活跃度
- 冷清
- 描述清晰度
- 基本清楚
- 新手友好度
- 50/100