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.

Turbo: The speed of a SPA without writing JavaScript

44 pointsby sonicrocketmanover 3 years ago

3 comments

faytenover 3 years ago
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.
sonicrocketmanover 3 years ago
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_xpover 3 years ago
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 未加载