zachleat’s avatarzachleat’s Twitter Archive—№ 24,560

  1. Tip for those JavaScript bundles that are getting a little bit too hefty: report your file sizes in KiB instead of KB to make their *perceived* size smaller. Have a 500 KB JavaScript file? Without transforming the code or running it through a minifier—that file is now 488 KiB 😇