Serving Astro with Rust
As some of you might know, for the past few months, my free time is spent on JustFax.
I also published few blog posts about this project: here, here, and here.
Let’s try to milk this project some more, this time with Rust and Astro.
The entire website for JustFax is was fully server rendered.
Like in the old times.
You would hit a URL, and the server would respond with an HTML.
Interactivity was handled by htmx and a bunch of vanilla JavaScript.
The problems with server side rendering
Templates ...
Read more at yieldcode.blog