TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

The Modest Front End

10 pointsby nasirabout 4 years ago

3 comments

turtlebitsabout 4 years ago
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 未加载
yawnxyzabout 4 years ago
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 未加载
sgtabout 4 years ago
So like Turbolinks?
评论 #26558740 未加载