Hacker News new | ask | show | jobs
by derekzhouzhen 1023 days ago
Neat. A simple enhancement could be letting the server to cache the content for a short period of time, and push the cached webpage in the static rendering. This way:

* non js enabled clients can see the page, think robots, SEO, etc.

* js enabled clients can help to perpetuate the content

* if the last js enable client had a network glitch, the content is still available.