TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

How to write better JavaScript code

2 pointsby mattybabout 15 years ago

1 comment

sambeauabout 15 years ago
While I understand his point about multiple files, large sites like Reddit have a very good reason to concatenate all their javascript and css into single files: it drastically reduces the number of HTML requests needed to render a page.