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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Ask HN: Front end stack for a new app in 2025

1 点作者 kacperlukawski2 个月前
I read &quot;The Frontend Treadmill&quot; (https:&#x2F;&#x2F;polotek.net&#x2F;posts&#x2F;the-frontend-treadmill&#x2F;) and it makes me think a lot.<p>I used to be a backend developer, and most of my experience is there. For frontend, last time I used jQuery and it was OK for me. Simple and worked fine. Now I want to build new side project and I think maybe vanilla JS is best? JavaScript has many good features now and browsers can do many things.<p>1. Can vanilla JS work for medium-sized apps in 2025? 2. What small libraries would you add if needed?<p>I don&#x27;t want to rewrite everything in 2-3 years when frameworks change again. This seems like a waste of time. Has anyone here stopped using big frameworks and feels better about it?

2 条评论

ale_jacques2 个月前
It always depends on what kind of project you&#x27;re going to work on. My projects usually falls on the CRUD side.<p>For that, I keep using Django + Unpoly (check it out) + Bootstrap and I always get a SPA like app that works very fine.<p>And I keep my stack very lean. I&#x27;m also a backend developer so frontend stuff is just an annoyance. New language, new build pipelines, multiple deploys (frontend&#x2F;backend) etc.<p>HMTX is also something you should take a look.
theemachinist2 个月前
That article is a bit misleading.<p>Your frontend framework will not magically get &quot;outdated&quot; after a few years. React has been going strong for since a decade now. Moreover, even &quot;dead&quot; frameworks such as Ember are actively maintained.<p>I would suggest using Next.js on the frontend for a medium-sized app.