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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Turbo: The speed of a SPA without writing JavaScript

44 点作者 sonicrocketman超过 3 年前

3 条评论

fayten超过 3 年前
A similar alternative that does not rely on web sockets is <a href="https:&#x2F;&#x2F;htmx.org" rel="nofollow">https:&#x2F;&#x2F;htmx.org</a>. I have greatly enjoyed using it with some simpler web frameworks like <a href="https:&#x2F;&#x2F;javalin.io" rel="nofollow">https:&#x2F;&#x2F;javalin.io</a> to do some prototyping and smaller projects. I&#x27;m sure if someone made a plug and play UI library like material UI for Angular on top of htmx you could absolutely fly through MVPs.
sonicrocketman超过 3 年前
I’ve been casually following turbolinks (now Turbo) for a while now, and I intend on using it in a future project.<p>Is anyone out there using turbo? Got any suggestions or tips?
评论 #30077453 未加载
sharps_xp超过 3 年前
I&#x27;ve always been hesitant with a introducing a websocket server into my rails application. If the websocket server goes down, you&#x27;ll still be able to render the SSR-ed shell via the web server. Aren&#x27;t we just introducing the data consistency problems into every HTML page that uses Turbo. Rails has celebrated its monolithic approach, but i just don&#x27;t want to deal with websocket problems when what I want is truly a one person framework.
评论 #30078654 未加载
评论 #30078282 未加载