Hacker News new | ask | show | jobs
by mattlondon 1206 days ago
From the article: "Fresh renders each page on the fly and sends only HTML"

So the bundle size is zero.

2 comments

Fresh supports islands, so it also does send JavaScript for the interactive bits. If you have a react (default is preact) island then that'll be bundled and sent down.
> unless an Island is involved, then only the needed amount of JavaScript will be sent as well

It's not just HTML but also JS that gets sent.