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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Ask HN: What's the current status of Web Development

3 点作者 ripitrust超过 4 年前
Been away from web development area for around 4 years, now I am picking up for my own company and projects<p>would like to ask HN what&#x27;s the current status of the web development ?<p>Specifically, what are the backend API framework, what are the frontend Framework, what are the CSS frameworks<p>(ps: before I left, I was working on React + python flask + bootstrap )

1 comment

jamil7超过 4 年前
I also left about 2 years ago so maybe not the best to comment but I&#x27;ll give my biased take. As far as I can tell it&#x27;s pretty similar to when you left. React is still number 1 and maturing, Vue is number 2. Dependency hell is still an issue in node and frontend. Typescript won, a lot of libraries are adopting it although your average project is probably 30-50% migrated to TS with a bunch of &quot;any&quot;s floating all over the place. Rails &amp; Django are still pretty popular for MVPs, quite a lot of new developments in both. Go is used for a lot of smaller APIs and infurstructure tooling. Postgres is still the go-to. CSS in JS is accepted (at least in the React world). Kubernetes is delpoyed far more than it probably should be. I predict backend is on the edge of &quot;microservice fatigue&quot;.