Okay, so like... I have the site working, and I'm realizing that I absolutely can't get the site to be served with static assets alone. I would absolutely need to use some kind of other framework or write html to a file if I want static assets. That's fine, but it requires more work as well. Oh well, time to check out #rocket
Another option would be to have the SSR only output the HTML if I'm building for release, then I can just serve those assets alone with something like nginx. :alicesideeye:
But then that requires using nginx for things like routing and I'm not really about that. :aliceweh:
#rocket #rust #dioxus #staticsiterendering