|
|
|
|
|
by konart
1029 days ago
|
|
I'm kind of lost here. It's been ages since I wrote anything frontend related so here the question: how does it matter? I mean unless you have pure front end app - you are still going to talk to some backend. Regardless of how you got your frontend part - generated by the server or a static file served by nginx. |
|
For Rust, Leptos (https://leptos.dev/) would be one choice that can do SSR+hydration (but not intermixed with server-side components, at least AFAIK not yet)