TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Mirrorful – free and open-source React component library

2 pointsby matijashover 1 year ago

1 comment

latchkeyover 1 year ago
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.