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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Ask HN: Examples of best practice modern website design?

11 点作者 benrmatthews超过 1 年前
I normally look at Stripe and Linear as examples of best practice and modern web design.<p>Are these still the go-to examples? Any other sites that you particularly like the design of?<p>Is Dribbble still the best place to go for inspiration?

3 条评论

sourcecodeplz超过 1 年前
For usability and accessibility check out <a href="https:&#x2F;&#x2F;www.gov.uk&#x2F;" rel="nofollow noreferrer">https:&#x2F;&#x2F;www.gov.uk&#x2F;</a>
评论 #38674967 未加载
DamonHD超过 1 年前
Prettiness or usability or sustainability?
评论 #38671617 未加载
solardev超过 1 年前
I think this book is probably the single best resource I&#x27;ve seen on the topic: <a href="https:&#x2F;&#x2F;www.refactoringui.com&#x2F;" rel="nofollow noreferrer">https:&#x2F;&#x2F;www.refactoringui.com&#x2F;</a><p>It&#x27;s a really easy-to-use format (one quick tip on each page, with clear examples).<p>It&#x27;s from the people who made Tailwind, a CSS framework that&#x27;s basically a reimagining of Bootcamp for the Javascript&#x2F;component era.<p>Check out some of their templates: <a href="https:&#x2F;&#x2F;tailwindui.com&#x2F;templates" rel="nofollow noreferrer">https:&#x2F;&#x2F;tailwindui.com&#x2F;templates</a><p>These are lookalike &quot;modern&quot; designs that you can pay to use, or just draw inspiration from. Imitation == flattery and all that.<p>Along similar lines, check out the free Next.js templates: <a href="https:&#x2F;&#x2F;vercel.com&#x2F;templates&#x2F;next.js" rel="nofollow noreferrer">https:&#x2F;&#x2F;vercel.com&#x2F;templates&#x2F;next.js</a><p>If you want to build up from components instead, Tailwind offers a component library too: <a href="https:&#x2F;&#x2F;tailwindui.com&#x2F;components" rel="nofollow noreferrer">https:&#x2F;&#x2F;tailwindui.com&#x2F;components</a><p>For React, I prefer the astoundingly good MUI framework (amazing components with lots of customizability, a good enough default look, and great documentation): <a href="https:&#x2F;&#x2F;mui.com&#x2F;" rel="nofollow noreferrer">https:&#x2F;&#x2F;mui.com&#x2F;</a> If you end up going this route, using their Figma kit (<a href="https:&#x2F;&#x2F;mui.com&#x2F;store&#x2F;items&#x2F;figma-react&#x2F;" rel="nofollow noreferrer">https:&#x2F;&#x2F;mui.com&#x2F;store&#x2F;items&#x2F;figma-react&#x2F;</a>) plus the Refactoring UI book from above should allow you to whip up a pretty standard-looking, &quot;pretty enough&quot; design in very little time. And then implementing it using the actual MUI lib would just take a few days.<p>There&#x27;s also Ant Design: <a href="https:&#x2F;&#x2F;ant.design&#x2F;" rel="nofollow noreferrer">https:&#x2F;&#x2F;ant.design&#x2F;</a><p>And Chakra UI: <a href="https:&#x2F;&#x2F;chakra-ui.com&#x2F;" rel="nofollow noreferrer">https:&#x2F;&#x2F;chakra-ui.com&#x2F;</a><p>-----------<p>For more theoretical stuff (i.e., less visual but still very valuable), the UX research group Nielsen Norman still has a treasure trove of valuable advice: <a href="https:&#x2F;&#x2F;www.nngroup.com&#x2F;articles&#x2F;top-ten-guidelines-for-homepage-usability&#x2F;" rel="nofollow noreferrer">https:&#x2F;&#x2F;www.nngroup.com&#x2F;articles&#x2F;top-ten-guidelines-for-home...</a><p>You should know the basics of accessibility (beyond general usability, this alos means alt text, header levels, contrast ratios, readability, screen readers, keyboard navigation, special considerations for the hard of sight and hearing, etc.): <a href="https:&#x2F;&#x2F;www.w3.org&#x2F;WAI&#x2F;standards-guidelines&#x2F;wcag&#x2F;" rel="nofollow noreferrer">https:&#x2F;&#x2F;www.w3.org&#x2F;WAI&#x2F;standards-guidelines&#x2F;wcag&#x2F;</a> or at least use an easy checklist tool like Microsoft&#x27;s WCAG analyzer: <a href="https:&#x2F;&#x2F;accessibilityinsights.io&#x2F;" rel="nofollow noreferrer">https:&#x2F;&#x2F;accessibilityinsights.io&#x2F;</a>