exhibitionist-digital / ultra

Zero-Legacy Deno/React Suspense SSR Framework

Home Page:https://ultrajs.dev

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Zero Server Side Rendering

justinmchase opened this issue · comments

I am running deno task build but its not producing an index.html like I was expecting. It seems to still assume that I would be serving the files from a server. I'd like to just take the output of the build, put it in a cdn and boom done. Why would I need compute for some static files?

How hard would it be to replace the server.js output with just a single index.html file with everything needed to load the whole page baked right in it?

Now I get I need the server component to run it locally, thats fine, but my deployment destination will be a blob storage with a CDN on top, no compute possible. Just wondering if this is possible with ultra?