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.

The joy and pain of using a static site generator for private and client work

4 pointsby fallenhitokirialmost 12 years ago

1 comment

px1999almost 12 years ago
Wow, this describes something quite close to something that I&#x27;m working on (and covers a number of problems that we&#x27;ve faced).<p>That said, all of the issues listed, while intractable, aren&#x27;t impossible to deal with. CORS is just one way of handing things like forms submissions. Site regeneration can be done transparently from a centralised always-on server. There&#x27;s no reason oldschool IE can&#x27;t be made to work.<p>Indeed unfortunately the author&#x27;s solution seems to miss a bunch of the benefits of having things static.<p>There&#x27;s a lot of value in not doing work (or minimizing the amount of work done) when people come to read your page, and I&#x27;m honestly pretty surprised that there aren&#x27;t more intelligent baked site generators out there.
评论 #6235856 未加载