|
|
|
|
|
by ivanhoe
2683 days ago
|
|
Don't regular web sites do exactly the same? They also usually pack all JS and CSS into two big files in order to reduce the number of requests on the initial load, right? And beside in SPAs you can split the code and lazy load it to reduce the load. |
|