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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Ask HN: What is the “modern approach” to web/app development?

2 点作者 4k超过 7 年前
I am a backend dev and know little of web dev.<p>Assuming you are designing a web app, and corresponding mobile apps in 2018 from scratch, how would you go about structuring it? What would be the best practices? What tools you&#x27;d choose?<p>Since it&#x27;s hard to discuss it without a concrete example, let&#x27;s say you&#x27;re designing a Quora or a microblogging site.<p>P.S. I am personally fond of golang.

2 条评论

auslegung超过 7 年前
I recommend using Elm-lang elm-lang.org. It&#x27;s functional, which is a very helpful alternative to JavaScript. It also has a mildly opinionated architecture builtin. Check it out!
averagebear超过 7 年前
It may not be best practice, but I recommend newbies to use Bootstrap. Setup is a breeze, and the way layout works is intuitive for me