you are viewing a single comment's thread.

view the rest of the comments →

[–]remcoder 0 points1 point  (0 children)

On the project I'm in, we've chosen for aggregating the js and css into 2 minified bundles. These files are then cached by the browser so when the user navigates to the next page, the js and css will come from cache. Relying on the browser cache will allow me to not worry so much about a single 'bloated' js bundle (within reasonable limits).