Comment on Fresh 1.1 – Automatic JSX, plugins, DevTools, and moreComments−Waterluvian4yIs Fresh primarily a server side rendering tool? Or might it be an option for static-ish webpages hosted by GitHub.io?I love the idea of eliminating lots of build boilerplate but I do ultimately want to output static assets for a read-only webpage.−rough-sea4yIt’s a server-side framework that delivers static content - but the static content is rendered just in time rather than ahead of time.For ahead of time static sites in Deno, check out Packup https://packup.deno.dev/−pier254yAFAIK the static content is cached somehow with Fresh/Deno. It's not compiled on every request.−Waterluvian4yAhhh gotcha. So unlikely to be a good fit for my needs.Thanks!
Comments
Is Fresh primarily a server side rendering tool? Or might it be an option for static-ish webpages hosted by GitHub.io?
I love the idea of eliminating lots of build boilerplate but I do ultimately want to output static assets for a read-only webpage.
It’s a server-side framework that delivers static content - but the static content is rendered just in time rather than ahead of time.
For ahead of time static sites in Deno, check out Packup https://packup.deno.dev/
AFAIK the static content is cached somehow with Fresh/Deno. It's not compiled on every request.
Ahhh gotcha. So unlikely to be a good fit for my needs.
Thanks!