|
|
|
|
|
by quadral
1093 days ago
|
|
This is my nit pick with these SPA apps. It's becoming a habit where it is _okay_ to split your UI into many components, and those many components are doing their own separate thing, but the problem occurs when those components are doing their own API calls. Hard reloading Reddit and looking at the total ajax requests, I am getting between 132 and 140 ajax requests to load a relatively simple page; text and images. It's absurd how they manage to get into this state and think it's _okay_. |
|