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.

Twitter's Ben Cherry's response to Hashbangs (or hash-bashing)

8 pointsby eapenover 14 years ago

1 comment

jmatthewsover 14 years ago
I've been faced with a similar design choice on my current project and it's not as simple as "adding a layer" or progressively developing.<p>If you plan to implement what is more traditionally a native app rather than a typical website then your javascript use gets heavy enough that #! fragments become necessary.<p>Especially on app engine as you have no ability to write to a non-db file.