exhibitionist-digital / ultra

Zero-Legacy Deno/React Suspense SSR Framework
https://ultrajs.dev
MIT License
2.99k stars 65 forks source link

Zero Server Side Rendering #296

Closed justinmchase closed 4 months ago

justinmchase commented 5 months ago

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?