Hacker News new | ask | show | jobs
by mise 4993 days ago
What are the top single page apps that you have?

One close to this implementation that caught my eye this week for its design is http://deploybutton.com/

1 comments

I think twitter used to be an example. You could tell because all their links were to http://twitter.com#the-specific-url-information-here so the data had to be loaded via javascript.

The problem is you get bad first-page load times (double-latency), but you get better second-page load times (no waiting for templates, just data requests).