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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

The Modest Front End

10 点作者 nasir大约 4 年前

3 条评论

turtlebits大约 4 年前
I&#x27;m not sure relying on three frameworks (Django, Hotwire, Turbo) and two languages (Python, Javascript) is a more &quot;modest&quot; solution.<p>Python is my primary language, but there is a real benefit to &quot;modern&quot; web. More and more of my apps are 100% HTML&#x2F;Javascript, static (deployed to Netlify) and rely on Hasura for the data layer).<p>If I really do need a backend, I create a small Python webapp just for that).
评论 #26557406 未加载
yawnxyz大约 4 年前
Does Hotwire&#x2F;Turbo&#x2F;Stimulus still require running a server? I really like my setup of Svelte front-end, serverless functions on Zeit that do all the data handling, and Airtable &quot;back-end&quot; for collecting form data.<p>Svelte compiles everything so it&#x27;s lightning fast and I don&#x27;t have to pay for servers. I&#x27;m not sure how Hotwire is more &quot;modest&quot; than that if it requires a server running at all times...
评论 #26557476 未加载
sgt大约 4 年前
So like Turbolinks?
评论 #26558740 未加载