Top AI Repos — open-source AI, indexed and scored
Top AI Repos tracks AI repositories on GitHub and answers two different questions about each one: is it moving right now, and would you bet a product on it.
Top AI Repos tracks AI repositories on GitHub and answers two different questions about each one: is it moving right now, and would you bet a product on it.
📚React组件库搭建指南
| Date | Stars |
|---|---|
| 2026-07-24 | 512 |
| 2026-07-25 | 512 |
| 2026-07-28 | 512 |
| 2026-07-30 | 512 |
| 2026-08-06 | 512 |
Today
— stars today
This week
— stars this week
This month
— stars this month
Momentum
0.0
growth rate 0.00%/day
## React 组件库搭建指南 - [React 组件库搭建指南(一):项目初始化](https://github.com/worldzhao/blog/issues/3) - [React 组件库搭建指南(二):开发调试](https://github.com/worldzhao/blog/issues/4) - [React 组件库搭建指南(三):编译打包](https://github.com/worldzhao/blog/issues/5) - [React 组件库搭建指南(四):单元测试](https://github.com/worldzhao/blog/issues/6) - [React 组件库搭建指南(五):标准化发布流程](https://github.com/worldzhao/blog/issues/7) [🚀 在线预览](https://worldzhao.github.io/react-ui-library-tutorial) 🚆 本地预览 ```bash git clone [email protected]:worldzhao/react-ui-library-tutorial.git cd react-ui-library-tutorial pnpm install pnpm start ``` 按顺序执行完命令后,即可在 localhost:3000 端口看到以下内容:  ## 概览 本系列文章主要包含以下内容: - 项目初始化: 组件库前期开发准备工作。`eslint`/`commit lint`/`typescript`等等; - 开发阶段: 使用 [dumi](https://d.umijs.org/zh-CN) 进行开发调试以及文档编写; - 打包阶段: 输出~~`umd`~~/`cjs`/`esm`产物并支持按需加载; - 组件测试: 使用`@testing-library/react`及其相关生态进行组件测试; - 发布 npm: 编写脚本完成发布或直接使用 [np](https://www.npmjs.com/package/np) 发布; - 部署文档站点: 使用 Github Pages 以及 Github Actions 完成文档站点自动部署。
Excerpt of 1,066 characters
Read on GitHub10
3
Would you bet a product on this? Bounded 0–100 and slow moving.
matched fp:d300b243e28ec3be, topic:tutorial, name:tutorial, readme:tutorial