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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Ask HN: Why is shadcn hyped? Missing essential components for app development

1 点作者 demian3212 个月前
Am I the only one who finds shadcn to be my last choice for building applications? There's a lot of hype around it right now, but personally, I find it only offers basic components. I prefer using MUI because it practically eliminates any worries about missing controls. When starting a new project, I can already see that I'm missing half the components I need (common components not specific to my project). It seems like shadcn is great for creating tutorial projects like to-do lists, but not much else. What are your thoughts?

1 comment

verdverm12 个月前
A lot of people have moved on from material design<p>shadcn is not a library, just code added to your repo that you fully control, customization is just modifying code instead of some injected property. Radix is the underlying library shadcn builds on