TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Mirrorful – free and open-source React component library

2 点作者 matijash超过 1 年前

1 comment

latchkey超过 1 年前
The code looks nice and clean, but as someone who&#x27;s maintained a popular open source React library for years now, I can&#x27;t get past the fact that there are no automated unit tests. Storybook is great, but that&#x27;s not a replacement for automated testing. When you build things with react that you want to depend on for a long time, you <i>have to have tests</i>. Especially snapshots. Otherwise, you have no idea if things have broken without doing a lot of manual work, which means bugs will sneak in.