>Build a compelling web experience that can be delivered in 10KB and works without JavaScript. It's difficult to imagine what such an experience would contain, CSS animation trickery? I'm very pro minimal UI code, my last hobby project didn't include any framework libraries and the front-end came in at 23kb including images, CSS, HTML and JS. But without a back-end, and without JS (no SPAs), is this just a contest to…
Another 10k Apart: Create a Website in 10 KB, Win Prizes
11–20 of 33 posts
Re: Another 10k Apart: Create a Website in 10 KB, Win Prizes
#12Wait, we're talking about bytes?
Re: Another 10k Apart: Create a Website in 10 KB, Win Prizes
#13Re: Another 10k Apart: Create a Website in 10 KB, Win Prizes
#14I guess they really mean the old school 'website' (like the html 1.0 strict days), so maybe a html document with everything inline and no special fonts.
Re: Another 10k Apart: Create a Website in 10 KB, Win Prizes
#15I got really excited until I realized I couldn't use JavaScript. Over the last year I got super passionate about making the smallest JavaScript bundle size possible with RiotJS or Preact. I guess they really mean the old school 'website' (like the html 1.0 strict days), so maybe a html document with everything inline and no special fonts.
Re: Another 10k Apart: Create a Website in 10 KB, Win Prizes
#16I got really excited until I realized I couldn't use JavaScript. Over the last year I got super passionate about making the smallest JavaScript bundle size possible with RiotJS or Preact. I guess they really mean the old school 'website' (like the html 1.0 strict days), so maybe a html document with everything inline and no special fonts.
You can use JavaScript, just not JavaScript libraries.
Re: Another 10k Apart: Create a Website in 10 KB, Win Prizes
#17Re: Another 10k Apart: Create a Website in 10 KB, Win Prizes
#18Re: Another 10k Apart: Create a Website in 10 KB, Win Prizes
#19>Build a compelling web experience that can be delivered in 10KB and works without JavaScript. It's difficult to imagine what such an experience would contain, CSS animation trickery? I'm very pro minimal UI code, my last hobby project didn't include any framework libraries and the front-end came in at 23kb including images, CSS, HTML and JS. But without a back-end, and without JS (no SPAs), is this just a contest to…
Looks like the 10KB can include a back end: https://a-k-apart.com/faq#stack
Re: Another 10k Apart: Create a Website in 10 KB, Win Prizes
#20Cool, but the contest page ( https://a-k-apart.com ) is 204.5 K. Disappointed.
Smallest view (240px wide) with no JS renders in 6.9kB (DOMContentLoaded hit at 94ms, Load at 119ms). Also in play: client-side caching with ServiceWorker and some localStorage goodies to speed things up on modern browsers.