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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Ask HN: What task takes up 80% of your web development time but shouldn't?

2 点作者 namanyayg5 个月前
Been analyzing my development workflow and noticed that certain tasks eat up disproportionate time:<p>- Context switching between IDE&#x2F;browser&#x2F;DevTools - Debugging environment inconsistencies - Reformatting code to match project conventions<p>Curious what repetitive tasks other developers face that shouldn&#x27;t be so time-consuming in 2024.<p>Especially interested in hearing from React&#x2F;Next.js developers.

4 条评论

solardev5 个月前
For me it&#x27;s the constant scaffolding of basic things, like setting up a parallelized rate limited fetch and merge across several paginated endpoints. Or setting up a basic Next plus MUI instance.<p>I&#x27;m sure I could make a template or lib for it, I just haven&#x27;t. ChatGPT gets me 80% of the way there every time but the last 20% is always a bit annoying.<p>Wish there was an easier way to templatize a project for easy reuse, but with constant auto updating of the basic packages. Like a mini&#x2F;meta Next&#x2F;Vite of my own.
jeffreygoesto5 个月前
Having left UI standards and trying to be an app.
watersb5 个月前
Procrastination.
sibeliuss5 个月前
cmd + space + chatgpt desktop app = 80% of routine tasks are gone. its crazy
评论 #42530745 未加载