Hacker News new | ask | show | jobs
by Nikaoto 2641 days ago
Serious question. What's wrong with simply having a static directory from which you send html files to the client? I do that all the time with my servers and the load times and the complexity of the project never seems to get out of hand. When the app needs to be highly interactive, I perform simple fetch requests and DOM updates from JS. Am I missing something here?
1 comments

You (and most web developers out there) don't work on projects that actually need to be SPAs.