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.

Ask HN: Best JavaScript Single Page Apps

8 pointsby binaryanomalyalmost 11 years ago
What are the best SPAs (Single Page Apps) you&#x27;ve encountered so far?<p>I&#x27;m looking for good examples to demonstrate business the potentially better experience with an SPA over classic server side produced html pages.<p>Complex examples would be preferred over simple ones.

6 comments

hdraalmost 11 years ago
Trello <a href="https://trello.com" rel="nofollow">https:&#x2F;&#x2F;trello.com</a>
brianchualmost 11 years ago
Facebook, Twitter, Asana. Interestingly, each developed their own JavaScript libraries&#x2F;frameworks - React, Flight, and Luna (Luna is not open-source).<p>Others: Google Maps.<p>I don&#x27;t find Gmail to be a particularly good example, unfortunately.
评论 #8102522 未加载
oeveralmost 11 years ago
Another self-plug: WebODF and ViewerJS. Editor and viewer of OpenDocument Format files respectively. 100% client side. <a href="http://webodf.org" rel="nofollow">http:&#x2F;&#x2F;webodf.org</a> <a href="http://viewerjs.org" rel="nofollow">http:&#x2F;&#x2F;viewerjs.org</a>
marcomassaroalmost 11 years ago
<a href="http://getflow.com" rel="nofollow">http:&#x2F;&#x2F;getflow.com</a><p>backbone + rails
thatha7777almost 11 years ago
GMail is a single-page app that popularized rendering on the browser&#x2F;AJAX in many ways.
tzamanalmost 11 years ago
shameless self-promo: <a href="https://app.codeable.io" rel="nofollow">https:&#x2F;&#x2F;app.codeable.io</a> (our startup). We have rewritten the whole app in AngularJS (with Rails API).
评论 #8101458 未加载