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.

Javascript Frameworks Are Too Small

5 pointsby ghemptonover 13 years ago

1 comment

jayferdover 13 years ago
The author's assertions about code size are a bit misleading. Backbone is 4.6k <i>minified</i>, and 41k normally. Most frameworks provide minified versions of their libraries, because in web dev, you don't own the page.<p>Also, unlike server code, which is run on beefy custom-configured servers, client-side code is run on your grandmother's old desktop computer in IE6, and the entirety of the source code is sent over the wire. You can see where the ethic of 'micro-frameworks' comes from.