Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

Nothing wrong with preflight checks. What’s wrong is that a SPA will make 100 calls to a web server for data that isn’t even that complex.

So much poor API design out there that most would be better off with server side rendering.



> So much poor API design out there that most would be better off

...fixing the API design.


Many inexperienced developers don't understand the difference in latency between a local memory call and a remote HTTP API call, so treat the two as equal in terms of architectural concerns.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: