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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Ask HN: What does the front end dev world need to make better applications?

3 点作者 RobbieGM将近 3 年前
I finished a side project web app recently and am about to come upon a chunk of free time before uni starts again. It struck me how difficult it was to do things like:<p>- Make an animation performant (lots of CSS properties trigger paint or layout unexpectedly) - Make components with good keyboard accessibility (not just tabbing), common mobile gesture support, etc. - Do styling properly (CSS modules aren&#x27;t quite cutting it, and on the perf side sometimes recalculating styles takes up to 50ms!)<p>I&#x27;d particular like to improve the performance story in the frontend world but I&#x27;d be interested in creating or contributing to anything (build tools, libraries, linters, etc.) that makes it easier for devs to make a nice user experience. I was going to experiment a bit myself with things like shadow DOM, wasm, and web workers to see if those things might be suitable for the mainstream web (for wasm we have yew, for example, but it&#x27;s niche). I thought that first, I should get the opinion of web devs more experienced than myself.<p>To repeat the title question: What does the frontend dev world need to make better applications?

1 comment

verdverm将近 3 年前
Stop changing things so much and using so many animations and design fads.<p>This complaint is more about the designers than the devs. They seem to be designing for their peers rather than the user.