Hacker News new | ask | show | jobs
by traverseda 1137 days ago
I... don't believe you? Like looking at the network request of any SPA I've ever seen there's just tons of requests for even simple page loads. One for main content, one for profiles, one for comments, etc.

In theory stuff like graphql helps but in the reality I'm living in SPA's hit multiple endpoints to get render even simple pages.

1 comments

Definitely true, and mine do also. It's a side effect of the migration to microservices and away from monolithic endpoints.