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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Show HN: I'll build unstyled projects to focus on functionality

12 点作者 difradev超过 1 年前

5 条评论

heyarviind2超过 1 年前
Buddy I got you, I spent last two days figuring out the colour scheme of my product and still couldn’t figure out the best one. I think I should also go with your approach!!<p>All the best for your products.
评论 #38978342 未加载
Leftium超过 1 年前
&gt; I will use SvelteKit, Tailwind, and... (<a href="https:&#x2F;&#x2F;www.onemonthprojects.dev&#x2F;blog&#x2F;post&#x2F;making-25songs" rel="nofollow">https:&#x2F;&#x2F;www.onemonthprojects.dev&#x2F;blog&#x2F;post&#x2F;making-25songs</a>)<p>Doesn&#x27;t Tailwind force you to use styling (utility classes)? Otherwise every element is reset to absolutely no style, so you can&#x27;t even tell if an element is a button&#x2F;link&#x2F;etc.<p>Because of this, I use <a href="https:&#x2F;&#x2F;v2.picocss.com" rel="nofollow">https:&#x2F;&#x2F;v2.picocss.com</a>:<p>- Allows me to prototype with truly no styling (i.e. no CSS&#x2F;style tags)...<p>- Yet get a clean default style that is mobile-friendly.<p>- Easy to add styling later. (Like add Tailwind, if you wish.)<p>Example sites:<p>- <a href="https:&#x2F;&#x2F;multi-launch.leftium.com" rel="nofollow">https:&#x2F;&#x2F;multi-launch.leftium.com</a> (html source: <a href="https:&#x2F;&#x2F;github.com&#x2F;Leftium&#x2F;multi-launch&#x2F;blob&#x2F;a1ff6a69c224f862804909ec9c1952f5981dad38&#x2F;src&#x2F;routes&#x2F;%2Bpage.svelte#L296-L413">https:&#x2F;&#x2F;github.com&#x2F;Leftium&#x2F;multi-launch&#x2F;blob&#x2F;a1ff6a69c224f86...</a>)<p>- <a href="https:&#x2F;&#x2F;tt.leftium.com" rel="nofollow">https:&#x2F;&#x2F;tt.leftium.com</a> (html source: <a href="https:&#x2F;&#x2F;github.com&#x2F;Leftium&#x2F;transform&#x2F;blob&#x2F;076d9145f9729b959ccc819938eb392eed765d60&#x2F;src&#x2F;routes&#x2F;%2Bpage.svelte#L92-L133">https:&#x2F;&#x2F;github.com&#x2F;Leftium&#x2F;transform&#x2F;blob&#x2F;076d9145f9729b959c...</a>)<p>- <a href="https:&#x2F;&#x2F;gg.leftium.com&#x2F;r&#x2F;md" rel="nofollow">https:&#x2F;&#x2F;gg.leftium.com&#x2F;r&#x2F;md</a> (html source: <a href="https:&#x2F;&#x2F;github.com&#x2F;Leftium&#x2F;cloud9dancehall.com&#x2F;blob&#x2F;5816aace14514621ebd6b33d0b62b2ab12473b67&#x2F;src&#x2F;routes&#x2F;(no-nav)&#x2F;pretty&#x2F;form&#x2F;%2Bpage.svelte#L13-L48">https:&#x2F;&#x2F;github.com&#x2F;Leftium&#x2F;cloud9dancehall.com&#x2F;blob&#x2F;5816aace...</a>)
pilgrim0超过 1 年前
I assure you you’ll be more productive. I did something similar a couple months back. I have a long running project which is very complex, and I would repeatedly catch myself wasting time on irrelevant design decisions whenever I was introducing new functionality. So my strategy now is to design with a limited and fixed palette (4 colors), 1 font (same size everywhere), and everything is rectangles with borders plus the same spacing&#x2F;padding. Best decision I’ve ever made in regards to productivity! It’s not exactly unstyled because I still need to assess usability and accessibility. Turns out everything in an interface can be synthesized with bordered rectangles.
评论 #38978361 未加载
hschne超过 1 年前
It&#x27;s a good idea.<p>My main issue is that if you want to build anything these days it kinda has to look at least decent. All depends on your customers and project, but generally expectations towards UI are high these days.<p>I&#x27;m trying something similar where I style my first prototype - but I&#x27;m only allowed to use black and white. Forces me to consider layout, but helps avoid the design rabbit-hole.
评论 #38978295 未加载
ilrwbwrkhv超过 1 年前
Its a cool idea, would love to see more of your projects.
评论 #38978344 未加载