Hacker News new | ask | show | jobs
by grey-area 3341 days ago
The evidence of actual sites in production disproves your assertion. Look at this site or the d language forum for speed. No need for to make a js frontend, and in many cases no need to load pages incrementally.

You can use plain Ajax and where appropriate while rendering server side. You can do incremental updates in the isolated cases where it is required very easily without moving everything to js on the client.