Hacker News new | ask | show | jobs
by nvus 3000 days ago
Would that be a negative aspect?

Why wouldn't you try to bring the best possible experience to your reader?

3 comments

> Why wouldn't you try to bring the best possible experience to your reader?

A blog is (usually) a collection of documents. For this use-case, using standard hypertext (standard HTML documents delivered over standard HTTP to every standards-compliant browser) does bring the best possible experience to your readers.

Delivering a single HTML document stuffed with some hand-crafted Javascript code trying to re-invent hypertext will not bring a better experience to your readers (especially not any readers who disable JavaScript), unless your blog is something more specific/unusual than a collection of documents and actually fits something other than hypertext better.

I'll flip it back on you. Why does a single page app make the best possible experience? I and many others don't browse with JavaScript, how does a broken site help us?

Static sites are fast and don't require untrusted code running in my browser.

chomp: For starters we could make you and many others (0.1%-1%?) just accept it and enable javascript so we help stop the global warming, don't you care about the earth? :))

And its quite possible to make a SPA that renders on the server and serves you an html but then maybe we can show just half the information so we don't send too much info to your browser.

obviously enabling javascript contributes to global warming because of increase resource usage, not that I mind.