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.

Flickr Blog: Lessons Learned while Building an iPhone Site

30 pointsby timtruemanover 16 years ago

1 comment

Hexstreamover 16 years ago
"The only way to get the size of your JavaScript down is to selectively pull code out of libraries, and include only what you use."<p>Would it be possible to make some kind of library management system that automatically takes care of including only those parts of the libraries you use? (even if each library needed to supply its own "annotations" to guide the process)